summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Ringström2022-01-11 21:09:47 +0100
committerCharlie Ringström2022-01-11 21:09:47 +0100
commit1206c20d5185a7b598c618536b50f744b894899a (patch)
treec62c2e8997539c9206978881bf8b560d92bd52d0
parent00467a2e26bf97b87c1482b4d4190f49f7f86f93 (diff)
downloadaur-1206c20d5185a7b598c618536b50f744b894899a.tar.gz
Now it works?
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fd974f9915..3a7a3a8fadd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = longcat
pkgdesc = Creates a loooonng cat in the terminal
pkgver = r117.62bfdec
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/mattn/longcat.git
arch = i686
arch = pentium4
@@ -14,7 +14,7 @@ pkgbase = longcat
makedepends = go
makedepends = git
depends = glibc
- source = longcat::https://github.com/mattn/longcat.git
+ source = longcat::git+https://github.com/mattn/longcat.git
md5sums = SKIP
pkgname = longcat
diff --git a/PKGBUILD b/PKGBUILD
index b2564456a5f9..0f54f599f090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=r117.62bfdec
-pkgrel=10
+pkgrel=11
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::https://github.com/mattn/longcat.git")
+source=("longcat::git+https://github.com/mattn/longcat.git")
md5sums=('SKIP')
pkgver() {