Bump version to 1.1.0

This commit is contained in:
Eric Torres 2022-03-23 17:28:09 -07:00
parent d81f404b50
commit 09dc5c76f9
2 changed files with 12 additions and 7 deletions

View File

@ -1,15 +1,20 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com> # Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=file-scripts pkgname=file-scripts
pkgver=1.0.1 pkgver=1.1.0
pkgrel=0 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>=3.7' python-termcolor) depends=(fd fzf mlocate python python-termcolor)
makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx) makedepends=(python-setuptools python-sphinx)
checkdepends=(python-hypothesis python-pytest)
source=("${pkgname}-${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz")
sha256sums=('1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96') sha256sums=('SKIP')
sha256sums=('9995199d336df02f37af4a5600dfb969a85c64ce54644d95151b4fc1c9b9338940724efa6a037ccc96e3086656cebe7315be7d85de7fb0212aace0a701e32467')
pkgver() {
cd "${srcdir}/${pkgname}-${pkgver}"
python setup.py --version
}
package() { package() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"

View File

@ -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.0.1", version="1.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",