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

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 10:59:00 UTC 2022


    Date: Friday, July 15, 2022 @ 10:59:00
  Author: allan
Revision: 1252894

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 10:58:44 UTC (rev 1252893)
+++ PKGBUILD	2022-07-15 10:59:00 UTC (rev 1252894)
@@ -1,28 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=urlscan
-pkgver=0.9.9
-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=('5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8')
-
-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 1252893, urlscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 10:59:00 UTC (rev 1252894)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=urlscan
+pkgver=0.9.9
+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=('5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8')
+
+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