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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:24:45 UTC 2020


    Date: Monday, May 25, 2020 @ 15:24:44
  Author: felixonmars
Revision: 634545

archrelease: copy trunk to community-any

Added:
  ponysay/repos/community-any/PKGBUILD
    (from rev 634544, ponysay/trunk/PKGBUILD)
Deleted:
  ponysay/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:24:27 UTC (rev 634544)
+++ PKGBUILD	2020-05-25 15:24:44 UTC (rev 634545)
@@ -1,20 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Erkin Batu Altunbaş <erkinbatu at gmail.com>
-
-pkgname=ponysay
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="cowsay reimplemention for ponies"
-url="http://erkin.github.com/ponysay/"
-arch=('any')
-license=('GPL3')
-depends=('python' 'bash')
-makedepends=('git')
-source=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
-sha512sums=('ee4340b3a4902465217fcf0e0a31acf2771697ebfff9ce1897d5e0062782efd36ceb91672a6eb45a9b70aeb7f50f48e2ebd7671dab3cf5af1ec4043f2767edd7')
-
-package() {
-  cd "$srcdir/erkin-ponysay-"*
-
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
-}

Copied: ponysay/repos/community-any/PKGBUILD (from rev 634544, ponysay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:24:44 UTC (rev 634545)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Erkin Batu Altunbaş <erkinbatu at gmail.com>
+
+pkgname=ponysay
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="cowsay reimplemention for ponies"
+url="http://erkin.github.com/ponysay/"
+arch=('any')
+license=('GPL3')
+depends=('python' 'bash')
+makedepends=('git')
+source=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
+sha512sums=('ee4340b3a4902465217fcf0e0a31acf2771697ebfff9ce1897d5e0062782efd36ceb91672a6eb45a9b70aeb7f50f48e2ebd7671dab3cf5af1ec4043f2767edd7')
+
+package() {
+  cd "$srcdir/erkin-ponysay-"*
+
+  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+}



More information about the arch-commits mailing list