[arch-commits] Commit in urlscan/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Sat Jan 12 19:06:27 UTC 2019


    Date: Saturday, January 12, 2019 @ 19:06:26
  Author: ainola
Revision: 422738

upgpkg: urlscan 0.9.1-3

GPL -> GPL2, rm useless check()

Modified:
  urlscan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-12 19:00:28 UTC (rev 422737)
+++ PKGBUILD	2019-01-12 19:06:26 UTC (rev 422738)
@@ -2,11 +2,11 @@
 
 pkgname=urlscan
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan"
 arch=('any')
-license=('GPL')
+license=('GPL2')
 depends=('python-urwid')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
@@ -17,11 +17,6 @@
     python setup.py build
 }
 
-check() {
-    cd "$pkgname-$pkgver"
-    python setup.py test
-}
-
 package() {
     cd "$pkgname-$pkgver"
     python setup.py install --root="$pkgdir/" --optimize=1 --skip-build



More information about the arch-commits mailing list