summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharlie Ringström2022-01-11 20:33:59 +0100
committerCharlie Ringström2022-01-11 20:33:59 +0100
commit6ff4bd2441fc1e68e9e6775a5bee637510676a9e (patch)
tree5805db10e96ee98717262244d705aac781c0d23a /PKGBUILD
parentd77fdd85d7e97c2d337af4afffed730eb963dbb6 (diff)
downloadaur-6ff4bd2441fc1e68e9e6775a5bee637510676a9e.tar.gz
Fixed git issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb0f75447c69..1a5694cb85eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=r117.62bfdec
-pkgrel=5
+pkgrel=6
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://github.com/mattn/longcat.git")
+source=("https://github.com/mattn/longcat.git")
md5sums=('SKIP')
pkgver() {