summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Picht2018-01-04 16:31:42 +0100
committerMichael Picht2018-01-04 16:31:42 +0100
commite99802e1b8b21dd57e09389869771b0a38ee7d25 (patch)
treee5f336a0710190450b04fbcc11c82242d09dac86 /PKGBUILD
parent11d6c5235e66aef55980eb865d319aa160b426cd (diff)
downloadaur-e99802e1b8b21dd57e09389869771b0a38ee7d25.tar.gz
Basic functionaliy for decoding and cutting available
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {