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

Maxim Baz maximbaz at archlinux.org
Thu Jul 9 21:24:52 UTC 2020


    Date: Thursday, July 9, 2020 @ 21:24:52
  Author: maximbaz
Revision: 663032

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-09 21:24:46 UTC (rev 663031)
+++ PKGBUILD	2020-07-09 21:24:52 UTC (rev 663032)
@@ -1,26 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=urlscan
-pkgver=0.9.4
-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=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
-
-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 663031, urlscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-09 21:24:52 UTC (rev 663032)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=urlscan
+pkgver=0.9.5
+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'
+    'wl-clipboard: Clipboard support for Wayland'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
+sha256sums=('db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996')
+
+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