summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c52c60d147..7ab1ae2a25d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ponysay-git
pkgdesc = Cowsay reimplementation for ponies.
- pkgver = 3.0.3+1
+ pkgver = 3.0.3+25
pkgrel = 1
url = https://github.com/erkin/ponysay
arch = any
@@ -13,7 +13,6 @@ pkgbase = ponysay-git
optdepends = util-say: Improved TTY support utilising KMS and support for PNG files
provides = ponysay
conflicts = ponysay
- conflicts = ponysay-git
source = ponysay::git+https://github.com/erkin/ponysay.git
md5sums = SKIP
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"