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

Brett Cornwall ainola at archlinux.org
Fri Sep 6 15:43:34 UTC 2019


    Date: Friday, September 6, 2019 @ 15:43:33
  Author: ainola
Revision: 508288

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-06 15:43:16 UTC (rev 508287)
+++ PKGBUILD	2019-09-06 15:43:33 UTC (rev 508288)
@@ -1,26 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=urlscan
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan"
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-optdepends=(
-    'xclip: Clipboard support for X11 environments'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
-sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
-
-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 508287, urlscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-06 15:43:33 UTC (rev 508288)
@@ -0,0 +1,26 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=urlscan
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan"
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+    'xclip: Clipboard support for X11 environments'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
+sha256sums=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
+
+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