Bump version to 1.1.2
This commit is contained in:
parent
c6751f7121
commit
8bf833086b
10
PKGBUILD
10
PKGBUILD
@ -1,24 +1,24 @@
|
|||||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||||
pkgname=file-scripts
|
pkgname=file-scripts
|
||||||
pkgver=1.1.1
|
pkgver=1.1.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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)
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(fd fzf mlocate python python-termcolor)
|
depends=(fd fzf mlocate python python-termcolor)
|
||||||
makedepends=(git python-setuptools python-sphinx)
|
makedepends=(git python-setuptools python-sphinx)
|
||||||
checkdepends=(python-hypothesis python-pytest)
|
checkdepends=(python-hypothesis python-pytest)
|
||||||
source=("${pkgname}-${pkgver}::git+file:///home/etorres/Projects/file-scripts")
|
source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}"
|
||||||
python setup.py --version
|
python setup.py --version
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}"
|
||||||
|
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install --root="$pkgdir/" --optimize=1
|
python setup.py install --root="$pkgdir/" --optimize=1
|
||||||
|
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="1.1.1",
|
version="1.1.2",
|
||||||
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