summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2018-01-04 16:31:42 +0100
committerMichael Picht2018-01-04 16:31:42 +0100
commite99802e1b8b21dd57e09389869771b0a38ee7d25 (patch)
treee5f336a0710190450b04fbcc11c82242d09dac86
parent11d6c5235e66aef55980eb865d319aa160b426cd (diff)
downloadaur-e99802e1b8b21dd57e09389869771b0a38ee7d25.tar.gz
Basic functionaliy for decoding and cutting available
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d34b00eeaf3..87cb5ec5107d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gool-git
pkgdesc = Go - Online TV Recorder on Linux
- pkgver = 0.9.6.r0.gce66107
+ pkgver = 1.0.1.r0.ge38c3e7
pkgrel = 1
url = http://github.com/mipimipi/gool/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4d3d27a94dbb..98db6e8bfd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gool-git
_pkgname=gool
-pkgver=0.9.6.r0.gce66107
+pkgver=1.0.1.r0.ge38c3e7
pkgrel=1
pkgdesc='Go - Online TV Recorder on Linux'
arch=('x86_64' 'i686')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "$_pkgname"
export GOPATH=$(pwd)
- make
+ make VERSION=$pkgver
}
package() {