summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Ringström2023-12-12 13:44:54 +0100
committerCharlie Ringström2023-12-12 13:44:54 +0100
commit2272b8d56576ce75d9529a2a4202f3cebbd56501 (patch)
treef91941a6b3196cb817025f19c80d130ab1079f85
parent0a398f7a746672f504fd6009fa34085df709e034 (diff)
downloadaur-2272b8d56576ce75d9529a2a4202f3cebbd56501.tar.gz
Final release for 0.0.4
makepkg changed my PKGBUILD file without me knowing about it
-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() {