summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsudokode2015-08-16 01:21:37 -0400
committersudokode2015-08-16 01:21:37 -0400
commit27c986a5d106727bb59872dba9750fff77c6e434 (patch)
tree4c3f4f4a8f7a2ca10334314b207a19674e753894 /PKGBUILD
parent37d079ca3291de171e4a680e9861fec276432b04 (diff)
downloadaur-27c986a5d106727bb59872dba9750fff77c6e434.tar.gz
Removed go dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 928916017ba2..dd64f71e7338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
name=asciinema
pkgname=asciinema-git
pkgver=1.0.0.r8.g365b36c
-pkgrel=1
+pkgrel=2
pkgdesc="Record and share your terminal sessions, the right way"
arch=('any')
url="https://github.com/sickill/$name"
license=('MIT')
-makedepends=('git' 'go' 'gcc-go')
+makedepends=('git' 'gcc-go')
conflicts=("$name")
source=("$pkgname::git+https://github.com/sickill/${name}.git")
sha256sums=('SKIP')