Date: Tuesday, June 27, 2017 @ 07:33:42
  Author: ambrevar
Revision: 241122

archrelease: copy trunk to community-any

Added:
  trash-cli/repos/community-any/PKGBUILD
    (from rev 241121, trash-cli/trunk/PKGBUILD)
Deleted:
  trash-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-27 07:33:12 UTC (rev 241121)
+++ PKGBUILD    2017-06-27 07:33:42 UTC (rev 241122)
@@ -1,25 +0,0 @@
-# Maintainer: Pierre Neidhardt <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Renato Garcia <[email protected]>
-
-pkgname=trash-cli
-pkgver=0.17.1.14
-pkgrel=1
-pkgdesc="Command line trashcan (recycle bin) interface"
-arch=("any")
-url="https://github.com/andreafrancia/$pkgname";
-license=("GPL")
-depends=("python2")
-makedepends=("python2-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/andreafrancia/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('8fdd20e5e9c55ea4e24677e602a06a94a93f1155f9970c55b25dede5e037b974')
-
-build() {
-       cd "$srcdir/$pkgname-$pkgver"
-       python2 setup.py build
-}
-
-package(){
-       cd "$srcdir/$pkgname-$pkgver"
-       python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: trash-cli/repos/community-any/PKGBUILD (from rev 241121, 
trash-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-06-27 07:33:42 UTC (rev 241122)
@@ -0,0 +1,25 @@
+# Maintainer: Pierre Neidhardt <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Renato Garcia <[email protected]>
+
+pkgname=trash-cli
+pkgver=0.17.1.14
+pkgrel=2
+pkgdesc="Command line trashcan (recycle bin) interface"
+arch=("any")
+url="https://github.com/andreafrancia/$pkgname";
+license=("GPL")
+depends=("python")
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andreafrancia/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('8fdd20e5e9c55ea4e24677e602a06a94a93f1155f9970c55b25dede5e037b974')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+       python setup.py build
+}
+
+package(){
+       cd "$srcdir/$pkgname-$pkgver"
+       python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to