summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharlie Ringström2022-01-20 09:26:13 +0100
committerCharlie Ringström2022-01-20 09:26:13 +0100
commit38271aab802471eaa6a650bf0002324ff24e8894 (patch)
tree1dab35d1ae694e23f869bee8cf2d5f9c411d7658 /PKGBUILD
parent1206c20d5185a7b598c618536b50f744b894899a (diff)
downloadaur-38271aab802471eaa6a650bf0002324ff24e8894.tar.gz
Debugging again since the error doesn't appear localy on my machine
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f54f599f090..27db6ad61a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=r117.62bfdec
-pkgrel=11
+pkgrel=12
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")
+source=("longcat::https://github.com/mattn/longcat.git")
md5sums=('SKIP')
pkgver() {