summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724542ac1497..1b4dfc8c6574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Sep 5 18:57:14 UTC 2016
pkgbase = c-lolcat
pkgdesc = High-performance implementation of lolcat
- pkgver = r25.88c27c9
- pkgrel = 1
+ pkgver = r27.33ee440
+ pkgrel = 2
url = https://github.com/jaseg/lolcat
arch = i686
arch = x86_64
license = WTFPL
conflicts = lolcat
- conflicts = python-lolcat
source = c-lolcat::git+https://github.com/jaseg/lolcat.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b84cb327c95..f26552d4925e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=()
makedepends=()
conflicts=('lolcat')
source=("$pkgname"::'git+https://github.com/jaseg/lolcat.git')
-sha256sums=(SKIP)
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"