Bump version to 1.1.0
This commit is contained in:
parent
d81f404b50
commit
09dc5c76f9
17
PKGBUILD
17
PKGBUILD
@ -1,15 +1,20 @@
|
||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||
pkgname=file-scripts
|
||||
pkgver=1.0.1
|
||||
pkgrel=0
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||
arch=(any)
|
||||
license=(GPL3)
|
||||
depends=(fd fzf mlocate 'python>=3.7' python-termcolor)
|
||||
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx)
|
||||
depends=(fd fzf mlocate python python-termcolor)
|
||||
makedepends=(python-setuptools python-sphinx)
|
||||
checkdepends=(python-hypothesis python-pytest)
|
||||
source=("${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96')
|
||||
sha256sums=('9995199d336df02f37af4a5600dfb969a85c64ce54644d95151b4fc1c9b9338940724efa6a037ccc96e3086656cebe7315be7d85de7fb0212aace0a701e32467')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
python setup.py --version
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user