diff options
-rw-r--r-- | testing/urlscan/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/urlscan/APKBUILD b/testing/urlscan/APKBUILD index 10d41abb98..1a32913f38 100644 --- a/testing/urlscan/APKBUILD +++ b/testing/urlscan/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Keith Maxwell <keith.maxwell@gmail.com> # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=urlscan -_pyname="$pkgname" -pkgver=0.9.3 +_pkgname=urlscan +pkgver=0.9.4 pkgrel=0 pkgdesc="Mutt and terminal url selector (similar to urlview)" options="!check" # No testsuite @@ -11,8 +11,8 @@ arch="noarch" license="GPL-2.0-or-later" depends="python3 py3-urwid" makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/u/$_pyname/$_pyname-$pkgver.tar.gz" subpackages="$pkgname-doc" +source="https://files.pythonhosted.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz" build() { python3 setup.py build @@ -22,4 +22,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="567616c896fc6c1f2994ad3558b9fc5d209b989d4040d4bd10f523854fb08f609b464ecad9f41f0d61b98bcc7ef46e58dc290a24bab59582e3f980e7f51883f5 urlscan-0.9.3.tar.gz" +sha512sums="b13ec3f523f6d271cc22933131371d92e2c665daede9ce41fd2915092b93b2f03b3b8f83a1e4ef54cb5db8f385c911cf02de475851b123b81cae9c2280d6689b urlscan-0.9.4.tar.gz" |