diff options
-rw-r--r-- | libre/ponysay/PKGBUILD (renamed from libre/ponysay-libre/PKGBUILD) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/ponysay-libre/PKGBUILD b/libre/ponysay/PKGBUILD index 8b68ab0fd..3248ea577 100644 --- a/libre/ponysay-libre/PKGBUILD +++ b/libre/ponysay/PKGBUILD @@ -3,21 +3,20 @@ # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Márcio Silva <coadde@parabola.nu> -_pkgname=ponysay -pkgname=ponysay-libre +_pkgname=ponysay-libre +pkgname=ponysay pkgver=3.0.2 -pkgrel=1 +pkgrel=1.parabola1 pkgdesc="cowsay reimplemention for ponies, without nonfree pony graphics" url="http://erkin.github.com/ponysay/" arch=('any') license=('GPL3') replaces=($_pkgname) conflicts=($_pkgname) -provides=($_pkgname=$pkgver) 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") +source=("https://repo.parabolagnulinux.org/other/$_pkgname/$_pkgname-$pkgver.tar.gz") mkmd5sums=('84b04705a0a57b2f43327ac6b7952013') md5sums=('0cf3f97b30a374f448747b7594179081') |