summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8995b0690e..9330fe031b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = longcat
pkgdesc = Creates a loooonng cat in the terminal
- pkgver = 0.0.4
- pkgrel = 15
+ pkgver = v0.0.4
+ pkgrel = 1
url = https://github.com/mattn/longcat
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 0cad6b295c0f..44f1402565b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
-pkgver='0.0.4'
-pkgrel=15
+pkgver=v0.0.4
+pkgrel=1
pkgdesc="Creates a loooonng cat in the terminal"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mattn/longcat"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go' 'git')
#changelog="Initial release"
-source=("longcat::git+https://github.com/mattn/longcat.git#tag=v$pkgver")
+source=("longcat::git+https://github.com/mattn/longcat.git#tag=$pkgver")
md5sums=('SKIP')
pkgver() {