Bump version to 1.1.2

This commit is contained in:
Eric Torres 2022-04-15 22:11:20 -07:00
parent c6751f7121
commit 8bf833086b
2 changed files with 6 additions and 6 deletions

View File

@ -1,24 +1,24 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=file-scripts
pkgver=1.1.1
pkgrel=2
pkgver=1.1.2
pkgrel=1
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
arch=(any)
license=(GPL3)
depends=(fd fzf mlocate python python-termcolor)
makedepends=(git python-setuptools python-sphinx)
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
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}"
python setup.py --version
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}"
python setup.py build
python setup.py install --root="$pkgdir/" --optimize=1

View File

@ -15,7 +15,7 @@ with open("README", "r") as fh:
# ========== Package Setup ==========
setuptools.setup(
name="file_scripts",
version="1.1.1",
version="1.1.2",
author="Eric Torres",
author_email="erictorres4@protonmail.com",
description="File-related helper scripts",