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

Alad Wenter alad at archlinux.org
Wed Mar 27 04:03:55 UTC 2019


    Date: Wednesday, March 27, 2019 @ 04:03:54
  Author: alad
Revision: 443935

archrelease: copy trunk to community-any

Added:
  rtv/repos/community-any/PKGBUILD
    (from rev 443934, rtv/trunk/PKGBUILD)
Deleted:
  rtv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-27 04:03:46 UTC (rev 443934)
+++ PKGBUILD	2019-03-27 04:03:54 UTC (rev 443935)
@@ -1,25 +0,0 @@
-# Maintainer: Alad Wenter <alad at archlinux.org>
-# Contributor: John Jenkins twodopeshaggy at gmail.com
-pkgname=rtv
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Browse Reddit from your terminal"
-arch=('any')
-url="https://github.com/michael-lazar/rtv"
-license=('custom:MIT')
-makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 
-         'python-kitchen' 'python-six' 'python-requests')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('253455ccfc0d18c1f48465bf69a036ba4e3fd64267b1709a0aaef3419e3344e7')
-
-build() {
-    cd "$pkgname-$pkgver"
-    python setup.py build
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-    install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: rtv/repos/community-any/PKGBUILD (from rev 443934, rtv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-27 04:03:54 UTC (rev 443935)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: John Jenkins twodopeshaggy at gmail.com
+pkgname=rtv
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Browse Reddit from your terminal"
+arch=('any')
+url="https://github.com/michael-lazar/rtv"
+license=('custom:MIT')
+makedepends=('python-setuptools')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 'python-six' 'python-requests')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85')
+
+build() {
+    cd "$pkgname-$pkgver"
+    python setup.py build
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+    install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list