diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 22:00:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 22:00:51 -0300 |
commit | 35f7581c202decb6716adca302099aa6e136f00f (patch) | |
tree | 2509e39e657628e5fa93583293ebf9097b57e13c | |
parent | 7121fa40a8f5a195f91efcd4cb42a17c64652ed6 (diff) | |
download | abslibre-35f7581c202decb6716adca302099aa6e136f00f.tar.gz abslibre-35f7581c202decb6716adca302099aa6e136f00f.tar.bz2 abslibre-35f7581c202decb6716adca302099aa6e136f00f.zip |
ponysay: remove libre suffix and add complex pkgrel
-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') |