[arch-commits] Commit in ponysay/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Apr 5 06:03:19 UTC 2013


    Date: Friday, April 5, 2013 @ 08:03:18
  Author: svenstaro
Revision: 87654

upgpkg: ponysay 3.0-1

Updating to 3.0

Modified:
  ponysay/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-05 04:44:00 UTC (rev 87653)
+++ PKGBUILD	2013-04-05 06:03:18 UTC (rev 87654)
@@ -2,19 +2,19 @@
 # Contributor: Erkin Batu Altunbaş <erkinbatu at gmail.com>
 
 pkgname=ponysay
-pkgver=2.9.1
+pkgver=3.0
 pkgrel=1
 pkgdesc="cowsay reimplemention for ponies"
 url="http://erkin.github.com/ponysay/"
 arch=('any')
-license=('custom:WTFPL')
+license=('GPL3')
 depends=('python' 'bash')
 makedepends=('git')
 source=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
-md5sums=('f9229a59bc55fc479cf4f61d282c70ed')
+md5sums=('729a275bd43ed257d2cf27b572943cb7')
 
 package() {
   cd "$srcdir/erkin-ponysay-"*
 
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+  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