summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharlie Ringström2021-10-04 14:08:09 +0200
committerCharlie Ringström2021-10-04 14:08:09 +0200
commit415035c59b74de20a617ba75286c96a6726735fb (patch)
treeb1df8f59b0458080a769251eabbd0f13ca476f54 /PKGBUILD
parentb110293fb950ddc333d551522381b1a597c9f9b8 (diff)
downloadaur-415035c59b74de20a617ba75286c96a6726735fb.tar.gz
Added git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb8e0b8b37e6..072c32dbbdae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=r117.62bfdec
-pkgrel=3
+pkgrel=4
pkgdesc="Creates a loooonng cat in the terminal"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mattn/longcat"
license=('MIT')
depends=('glibc')
-makedepends=('go')
+makedepends=('go' 'git')
#changelog="Initial release"
source=("longcat::git://github.com/mattn/longcat.git")
md5sums=('SKIP')