summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Thesing2015-06-08 19:38:33 +0200
committerMarius Thesing2015-06-08 19:38:33 +0200
commit9e8bba96e75cd7989f1c4679408c5418d45258b4 (patch)
tree86ba000e8a11ff2e2c850777819776898c94aa60
parentcbd00bf66db34d5b2cc52ed133892fd7592e2626 (diff)
downloadaur-9e8bba96e75cd7989f1c4679408c5418d45258b4.tar.gz
Update version 18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18acee65b4de..548790c64237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subberthehut
pkgdesc = A command-line based OpenSubtitles.org downloader
- pkgver = 17
+ pkgver = 18
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/17.tar.gz
- md5sums = a208bc658dce94d4b1696403a9d75e69
+ source = https://github.com/mus65/subberthehut/archive/18.tar.gz
+ md5sums = 34c7b8b3a788e2f40b3d8d3e5c78f365
pkgname = subberthehut
diff --git a/PKGBUILD b/PKGBUILD
index b400cbfcd997..0df1ced3b2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=subberthehut
-pkgver=17
+pkgver=18
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=('a208bc658dce94d4b1696403a9d75e69')
+md5sums=('34c7b8b3a788e2f40b3d8d3e5c78f365')
build() {
make -C "$pkgname-$pkgver"