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

Brett Cornwall ainola at gemini.archlinux.org
Wed Dec 22 02:10:59 UTC 2021


    Date: Wednesday, December 22, 2021 @ 02:10:59
  Author: ainola
Revision: 1082744

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-22 02:10:37 UTC (rev 1082743)
+++ PKGBUILD	2021-12-22 02:10:59 UTC (rev 1082744)
@@ -1,28 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=urlscan
-pkgver=0.9.7
-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'
-    'wl-clipboard: Clipboard support for Wayland'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
-sha256sums=('02d44810f158e63398ab9598bcf70879f11de6fee33b93c8284bf8a8657826dd')
-
-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 1082743, urlscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-22 02:10:59 UTC (rev 1082744)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=urlscan
+pkgver=0.9.8
+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=('29bafb4fba6bcbeb896fa4ce0c746f2551a340950d5acec091cb4264b977301c')
+
+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