Bump version to 1.0
This commit is contained in:
parent
fb317b4fb8
commit
0de07cc3fd
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.gitignore export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
file-scripts.changes export-ignore
|
||||||
|
file-scripts.rb export-ignore
|
||||||
|
file-scripts.spec export-ignore
|
||||||
|
PKGBUILD export-ignore
|
6
PKGBUILD
6
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||||
pkgname=file-scripts
|
pkgname=file-scripts
|
||||||
pkgver=0.9.2
|
pkgver=1.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -8,8 +8,8 @@ license=(GPL3)
|
|||||||
depends=(fd fzf mlocate 'python>=3.7' python-termcolor)
|
depends=(fd fzf mlocate 'python>=3.7' python-termcolor)
|
||||||
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx)
|
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('85ee18f00451c5bcaae18f23600afbbd621514c8fe0b8250c8191698c396c992')
|
sha256sums=('e085eb0382f9025ea5d03abeb39148da7a97f40255a6beda79c7a066f8fc0696')
|
||||||
sha512sums=('f5fd0244fef5800f3ae8b34633b412b451cb014eab3206f9f003c1e12d13b034f59c45646a519a9bb2f9342b406714831cdf87cf5656ff2c3605ed4f0fc57ff2')
|
sha512sums=('82932d56c5fd828d4eaaaf6e3d59ac528c38efd23b3e5acdf9391a47bf53b357b492f751598bc23e5e1e503579e9b00704208277eff49dd7c524e7e2405633d9')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
@ -3,7 +3,8 @@ class FileScripts < Formula
|
|||||||
homepage "https://github.com/etorres4/file-scripts"
|
homepage "https://github.com/etorres4/file-scripts"
|
||||||
url "https://github.com/etorres4/file-scripts",
|
url "https://github.com/etorres4/file-scripts",
|
||||||
:using => :git
|
:using => :git
|
||||||
version "0.9.2"
|
version "1.0"
|
||||||
|
sha256 "e085eb0382f9025ea5d03abeb39148da7a97f40255a6beda79c7a066f8fc0696"
|
||||||
|
|
||||||
depends_on "python@3.10"
|
depends_on "python@3.10"
|
||||||
depends_on "fd"
|
depends_on "fd"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: file-scripts
|
Name: file-scripts
|
||||||
Version: 0.9.2
|
Version: 1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of scripts for manipulating files
|
Summary: Set of scripts for manipulating files
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ with open("README", "r") as fh:
|
|||||||
# ========== Package Setup ==========
|
# ========== Package Setup ==========
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="file_scripts",
|
name="file_scripts",
|
||||||
version="0.9.2",
|
version="1.0",
|
||||||
author="Eric Torres",
|
author="Eric Torres",
|
||||||
author_email="erictorres4@protonmail.com",
|
author_email="erictorres4@protonmail.com",
|
||||||
description="File-related helper scripts",
|
description="File-related helper scripts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user