summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudokode2015-08-16 01:21:37 -0400
committersudokode2015-08-16 01:21:37 -0400
commit27c986a5d106727bb59872dba9750fff77c6e434 (patch)
tree4c3f4f4a8f7a2ca10334314b207a19674e753894
parent37d079ca3291de171e4a680e9861fec276432b04 (diff)
downloadaur-27c986a5d106727bb59872dba9750fff77c6e434.tar.gz
Removed go dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e382346d9ae..c0f4680b75f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = asciinema-git
pkgdesc = Record and share your terminal sessions, the right way
pkgver = 1.0.0.r8.g365b36c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sickill/asciinema
arch = any
license = MIT
makedepends = git
- makedepends = go
makedepends = gcc-go
conflicts = asciinema
source = asciinema-git::git+https://github.com/sickill/asciinema.git
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')