summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2018-01-04 08:44:59 +0100
committerMichael Picht2018-01-04 08:44:59 +0100
commit11d6c5235e66aef55980eb865d319aa160b426cd (patch)
treeed5ff4eb3b404a48125275f51427131cc0cf00b6
parenta80567f0703efa13f3b762be679807b83a7bf349 (diff)
downloadaur-11d6c5235e66aef55980eb865d319aa160b426cd.tar.gz
Version 0.9.6. English translation and improvement of program output
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9283e31a4f1b..6d34b00eeaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gool-git
pkgdesc = Go - Online TV Recorder on Linux
- pkgver = 0.9.5.r0.gd42032d
+ pkgver = 0.9.6.r0.gce66107
pkgrel = 1
url = http://github.com/mipimipi/gool/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 89a75ce7c623..4d3d27a94dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gool-git
_pkgname=gool
-pkgver=0.9.5.r0.gd42032d
+pkgver=0.9.6.r0.gce66107
pkgrel=1
pkgdesc='Go - Online TV Recorder on Linux'
arch=('x86_64' 'i686')
@@ -35,4 +35,4 @@ build() {
package() {
cd "$_pkgname"
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}