summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharlie Ringström2022-01-11 20:55:10 +0100
committerCharlie Ringström2022-01-11 20:55:10 +0100
commit3ce7b1110c45ecac3b879a061fd7f333dbcef263 (patch)
tree83fed0c270019eda89c73ad520895ae8151595be /PKGBUILD
parentc58704adffd207dc24e2d6a485cb2fb262d57965 (diff)
downloadaur-3ce7b1110c45ecac3b879a061fd7f333dbcef263.tar.gz
Fixed git issue again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4628ded8a226..981cc8d43e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=r117.62bfdec
-pkgrel=7
+pkgrel=8
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() {