summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormocihan2020-04-26 15:57:58 +0800
committermocihan2020-04-26 15:57:58 +0800
commitd4188f2a51b5989c8fa8aef56d6a914aa849cf8b (patch)
treeaf4bdf7710bcab9efc97140eb92c377c3cae14b0
parent559285016c2d58cf54d8e2d54151496d60c7a57c (diff)
downloadaur-d4188f2a51b5989c8fa8aef56d6a914aa849cf8b.tar.gz
v1.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d3af7924bc..6fbb61cad2fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Aug 25 00:05:38 UTC 2016
pkgbase = python-lolcat
pkgdesc = Rainbows and unicorns (without Ruby! jay!)
- pkgver = 0.44
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
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
+ source = https://github.com/tehmaze/lolcat/archive/1.4.tar.gz
+ md5sums = 35bea13808a5edc51a7e70728e91a9e4
pkgname = python-lolcat
diff --git a/PKGBUILD b/PKGBUILD
index 23718eb16793..387bf1626db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-lolcat
_realname=lolcat
-pkgver=0.44
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc="Rainbows and unicorns (without Ruby! jay!)"
url="https://github.com/tehmaze/lolcat"
arch=('any')
@@ -11,7 +11,7 @@ license=('beerware')
depends=('python-setuptools')
conflicts=('lolcat')
source=("https://github.com/tehmaze/${_realname}/archive/${pkgver}.tar.gz")
-md5sums=('1688c1987087eb7bc55ad70e0fd91c25')
+md5sums=('35bea13808a5edc51a7e70728e91a9e4')
build() {
cd "${srcdir}"/"${_realname}-${pkgver}"