Date: Monday, May 25, 2020 @ 15:00:20
  Author: felixonmars
Revision: 634454

archrelease: copy trunk to community-any

Added:
  percol/repos/community-any/PKGBUILD
    (from rev 634452, percol/trunk/PKGBUILD)
Deleted:
  percol/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-25 15:00:16 UTC (rev 634453)
+++ PKGBUILD    2020-05-25 15:00:20 UTC (rev 634454)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Fabien Dubosson <[email protected]>
-# Contributor: Andy Weidenbaum <[email protected]>
-
-pkgname=percol
-pkgver=0.2.1
-pkgrel=2
-pkgdesc="Adds flavor of interactive filtering to the traditional pipe concept 
of UNIX shell"
-arch=('any')
-depends=('python2-six')
-makedepends=('python2-setuptools')
-optdepends=('python2-cmigemo: for migemo support')
-url="https://github.com/mooz/percol";
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mooz/${pkgname}/archive/v$pkgver.tar.gz";)
-sha256sums=('75056ba1fe190ae4c728e68df963c0e7d19bfe5a85649e51ae4193d4011042f9')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: percol/repos/community-any/PKGBUILD (from rev 634452, 
percol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-25 15:00:20 UTC (rev 634454)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Fabien Dubosson <[email protected]>
+# Contributor: Andy Weidenbaum <[email protected]>
+
+pkgname=percol
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="Adds flavor of interactive filtering to the traditional pipe concept 
of UNIX shell"
+arch=('any')
+depends=('python2-six')
+makedepends=('python2-setuptools')
+optdepends=('python2-cmigemo: for migemo support')
+url="https://github.com/mooz/percol";
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mooz/${pkgname}/archive/v$pkgver.tar.gz";)
+sha256sums=('75056ba1fe190ae4c728e68df963c0e7d19bfe5a85649e51ae4193d4011042f9')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to