summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-08-28 14:24:56 +0100
committerkewl fft2022-08-28 14:24:56 +0100
commit3168f4121c758969c9c341708c060c72cfdda041 (patch)
tree16cbfd57ddbbc505c50684d195cf7d51a32db9c6
parent51cbf904142f74526c02ac675df38c6cb826cd50 (diff)
downloadaur-3168f4121c758969c9c341708c060c72cfdda041.tar.gz
Update to version 1.4-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbfc3a187ef2..06c3899e1a47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = python-shlib
pkgdesc = light-weight library to do shell-script like things relatively easily with Python
pkgver = 1.4
- pkgrel = 3
- epoch = 1
+ pkgrel = 4
url = https://github.com/KenKundert/shlib
arch = any
license = GPL3
makedepends = python-setuptools
- makedepends = python-wheel
makedepends = python-pip
depends = python-braceexpand
depends = python-inform
diff --git a/PKGBUILD b/PKGBUILD
index da58452d6fe8..3794ad42723a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@
pkgname='python-shlib'
_pkgname=${pkgname#python-}
pkgver=1.4
-pkgrel=3
-epoch=1
+pkgrel=4
pkgdesc="light-weight library to do shell-script like things relatively easily with Python"
arch=('any')
depends=(
@@ -14,7 +13,6 @@ depends=(
)
makedepends=(
'python-setuptools'
- 'python-wheel'
'python-pip'
)
url="https://github.com/KenKundert/$_pkgname"