summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGore Liu2016-08-25 08:06:06 +0800
committerGore Liu2016-08-25 08:06:06 +0800
commit559285016c2d58cf54d8e2d54151496d60c7a57c (patch)
tree85e0a02d6b7f532d4a990b32a4e1ecec5221c111
parent3fb9d00ca6b66cf41b58893246279567eb997490 (diff)
downloadaur-559285016c2d58cf54d8e2d54151496d60c7a57c.tar.gz
Add conflicts=('lolcat')
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 401cbbd7fac6..09d3af7924bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Aug 25 00:01:23 UTC 2016
+# Thu Aug 25 00:05:38 UTC 2016
pkgbase = python-lolcat
pkgdesc = Rainbows and unicorns (without Ruby! jay!)
pkgver = 0.44
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tehmaze/lolcat
arch = any
license = beerware
depends = python-setuptools
+ conflicts = lolcat
source = https://github.com/tehmaze/lolcat/archive/0.44.tar.gz
md5sums = 1688c1987087eb7bc55ad70e0fd91c25
diff --git a/PKGBUILD b/PKGBUILD
index 745b9076799c..23718eb16793 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-lolcat
_realname=lolcat
pkgver=0.44
-pkgrel=1
+pkgrel=2
pkgdesc="Rainbows and unicorns (without Ruby! jay!)"
url="https://github.com/tehmaze/lolcat"
arch=('any')
license=('beerware')
depends=('python-setuptools')
+conflicts=('lolcat')
source=("https://github.com/tehmaze/${_realname}/archive/${pkgver}.tar.gz")
md5sums=('1688c1987087eb7bc55ad70e0fd91c25')