diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-20 16:58:10 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-20 16:58:10 -0300 |
commit | d572d146820bd99831634afdf1866722aa72993d (patch) | |
tree | edb60a1c6c791fce1da63fadbb6b96be27d41393 | |
parent | 96c5108df8a974a41ec29f7e5799bac3cdba5326 (diff) | |
download | abslibre-d572d146820bd99831634afdf1866722aa72993d.tar.gz abslibre-d572d146820bd99831634afdf1866722aa72993d.tar.bz2 abslibre-d572d146820bd99831634afdf1866722aa72993d.zip |
update ponysay-libre
-rw-r--r-- | libre/ponysay-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/ponysay-libre/PKGBUILD b/libre/ponysay-libre/PKGBUILD index f802dc365..8b68ab0fd 100644 --- a/libre/ponysay-libre/PKGBUILD +++ b/libre/ponysay-libre/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=ponysay pkgname=ponysay-libre -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="cowsay reimplemention for ponies, without nonfree pony graphics" url="http://erkin.github.com/ponysay/" @@ -18,8 +18,8 @@ depends=('python' 'bash') makedepends=('git') mksource=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver") source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz") -mkmd5sums=('3fac23eb1a3a9d0640ecebd1919b4390') -md5sums=('21451fee1a773eb76572cc1cafad8422') +mkmd5sums=('84b04705a0a57b2f43327ac6b7952013') +md5sums=('0cf3f97b30a374f448747b7594179081') mksource() { cd "$srcdir/erkin-ponysay-"* |