summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2021-01-19 13:40:06 +0100
committerRicardo (XenGi) Band2021-01-19 13:40:06 +0100
commit2e16558e06e870aeee0b0464f97c1ad09a1fa2bb (patch)
tree9f3909cd3008e253d58de247d5008e1cebc566b7
parentdf44e0e394aaa4773a2031aac1c506642620f088 (diff)
downloadaur-2e16558e06e870aeee0b0464f97c1ad09a1fa2bb.tar.gz
bumped to v1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1df90ef226..52266e48c746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = c-lolcat
pkgdesc = High-performance implementation of lolcat
- pkgver = 1.0
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/jaseg/lolcat
arch = i686
arch = x86_64
license = WTFPL
conflicts = lolcat
- conflicts = pyhton-lolcat
- source = https://github.com/jaseg/lolcat/archive/v1.0.tar.gz
- sha256sums = 77ebfecde6afdf24447dd834507ea8bc550ee89b0e1211e7d3866a4824a6ee1d
+ conflicts = python-lolcat
+ source = https://github.com/jaseg/lolcat/archive/v1.2.tar.gz
+ sha256sums = b6e1a0e24479fbdd4eb907531339e2cafc0c00b78d19caf70e8377b8b7546331
pkgname = c-lolcat
diff --git a/PKGBUILD b/PKGBUILD
index 76fbd428f6bc..76035a5774ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=c-lolcat
_pkgname=lolcat
-pkgver=1.0
+pkgver=1.2
pkgrel=1
pkgdesc="High-performance implementation of lolcat"
arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ url="https://github.com/jaseg/lolcat"
license=('WTFPL')
depends=()
makedepends=()
-conflicts=('lolcat' 'pyhton-lolcat')
+conflicts=('lolcat' 'python-lolcat')
source=("https://github.com/jaseg/lolcat/archive/v${pkgver}.tar.gz")
-sha256sums=('77ebfecde6afdf24447dd834507ea8bc550ee89b0e1211e7d3866a4824a6ee1d')
+sha256sums=('b6e1a0e24479fbdd4eb907531339e2cafc0c00b78d19caf70e8377b8b7546331')
#prepare() {
# cd "${srcdir}/${pkgname}-${pkgver}"