summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Tatarka2019-11-24 13:24:45 -0500
committerEvan Tatarka2019-11-24 13:24:45 -0500
commitbb5caed2e3d2a8aaa323e1de8ae8caa716fc97f9 (patch)
treebd34ff690cc4050cffa5c620c58a0a9ed9c2e0cb /PKGBUILD
parent5dead6b7701147ad183d5f9db233668d56805d91 (diff)
downloadaur-ponysay-git.tar.gz
Don't let package conflict with itself
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa4b201e0e36..90ac10ec3d10 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: Evan Tatarka <evan @ tatarka . me>
# Contributor: Daniel Wallace <daniel.wallace at gatech dot edu>
# Once In AUR3 this package used to have 4690 votes, but was a troll and now fixed
-# Maintainer: Pablo Lezaeta <prflr88 @ gmail . com> (Pony Provider)
+# Contributor: Pablo Lezaeta <prflr88 @ gmail . com> (Pony Provider)
pkgname=ponysay-git
_pkgname=ponysay
-pkgver=3.0.3+1
+pkgver=3.0.3+25
pkgrel=1
pkgdesc="Cowsay reimplementation for ponies."
arch=("any")
@@ -12,7 +13,7 @@ url="https://github.com/erkin/ponysay"
license=("GPL3" "FDL")
depends=("python3" "coreutils")
provides=("ponysay")
-conflicts=("ponysay" "ponysay-git")
+conflicts=("ponysay")
optdepends=("util-say: Improved TTY support utilising KMS and support for PNG files")
makedepends=("git" "texinfo")
screenshot="http://i.imgur.com/xOJbE.png"