[arch-commits] Commit in urlscan/repos/community-any (PKGBUILD PKGBUILD)

Brett Cornwall ainola at archlinux.org
Tue Jan 22 00:36:37 UTC 2019


    Date: Tuesday, January 22, 2019 @ 00:36:09
  Author: ainola
Revision: 426774

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
    (from rev 426773, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-22 00:35:36 UTC (rev 426773)
+++ PKGBUILD	2019-01-22 00:36:09 UTC (rev 426774)
@@ -1,23 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=urlscan
-pkgver=0.9.1
-pkgrel=3
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan"
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
-sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
-
-build() {
-    cd "$pkgname-$pkgver"
-    python setup.py build
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 426773, urlscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-22 00:36:09 UTC (rev 426774)
@@ -0,0 +1,23 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=urlscan
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan"
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
+sha256sums=('312f0be32f784f23c2143b7f74a40ffa3ee88a638c74d8f6af038b71b4865468')
+
+build() {
+    cd "$pkgname-$pkgver"
+    python setup.py build
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list