summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Thesing2015-08-24 15:02:39 +0200
committerMarius Thesing2015-08-24 15:02:39 +0200
commita2b0964d4e57d3b87b0f3c41a005b5bf4247e34d (patch)
treef9c03d26e127db0a1e6e55930bdf7d3a66b07bfa
parent67e14277a22645e4e9f7e95b213911cb8955609c (diff)
downloadaur-a2b0964d4e57d3b87b0f3c41a005b5bf4247e34d.tar.gz
Update to version 19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 548790c64237..e47ef055eeeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subberthehut
pkgdesc = A command-line based OpenSubtitles.org downloader
- pkgver = 18
+ pkgver = 19
pkgrel = 1
url = https://github.com/mus65/subberthehut
arch = i686
@@ -10,8 +10,8 @@ pkgbase = subberthehut
depends = xmlrpc-c
depends = glib2
depends = zlib
- source = https://github.com/mus65/subberthehut/archive/18.tar.gz
- md5sums = 34c7b8b3a788e2f40b3d8d3e5c78f365
+ source = https://github.com/mus65/subberthehut/archive/19.tar.gz
+ md5sums = 71c94db5fba5355866f077e832757f60
pkgname = subberthehut
diff --git a/PKGBUILD b/PKGBUILD
index 0df1ced3b2b7..a5fa236a9c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=subberthehut
-pkgver=18
+pkgver=19
pkgrel=1
pkgdesc='A command-line based OpenSubtitles.org downloader'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL2')
depends=('xmlrpc-c' 'glib2' 'zlib')
makedepends=('bash-completion')
source=("https://github.com/mus65/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('34c7b8b3a788e2f40b3d8d3e5c78f365')
+md5sums=('71c94db5fba5355866f077e832757f60')
build() {
make -C "$pkgname-$pkgver"