diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-22 01:37:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-22 01:37:45 -0400 |
commit | 50c3a5ea8e1dd04641da3a27f98170157621f74e (patch) | |
tree | 013d885cd1ef17432517fe85743f0b5aa385df14 /libre/ponysay-libre/PKGBUILD | |
parent | 156c9dd23d8ce1cf4aeaec2040b1cf3c47309094 (diff) | |
parent | dd992ab45849fcef37f98d28fbd87c899262e4f5 (diff) |
Merge branch 'master' into lukeshu/kernels
Also update linux-libre-grsec because I couldn't verify the checksum of the
now 6-hour obsolete patch.
Conflicts:
libre/linux-libre-grsec/PKGBUILD
libre/lirc-parabola/PKGBUILD
Diffstat (limited to 'libre/ponysay-libre/PKGBUILD')
-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-"* |