summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Ruijl2017-09-21 14:48:30 +0200
committerBen Ruijl2017-09-21 14:48:30 +0200
commit269fa9b96b019f627046bb4a8230d83a6ede636f (patch)
tree131031b3a33912d2d570245d9361c3a331ea2ae3
parenteb0e2f69cbf739767283a82c70af292672ab4239 (diff)
downloadaur-269fa9b96b019f627046bb4a8230d83a6ede636f.tar.gz
Updated to 3.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b7cf1a5fda3..0a6546fe6f82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-sabyenc
pkgdesc = Python2 yEnc package optimized for use within SABnzbd
- pkgver = 3.0.2
- pkgrel = 3
+ pkgver = 3.3.1
+ pkgrel = 1
url = https://github.com/sabnzbd/sabyenc
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python2-sabyenc
license = GPL
makedepends = python2-setuptools
depends = python2
- source = https://github.com/sabnzbd/sabyenc/archive/v3.0.2.tar.gz
- md5sums = 49684574e411ee36cc96e8b70aa99ad9
+ source = https://github.com/sabnzbd/sabyenc/archive/v3.3.1.tar.gz
+ md5sums = 79a1cdd2ae609c08a87b9b16acaec439
pkgname = python2-sabyenc
diff --git a/PKGBUILD b/PKGBUILD
index c8941d6c0945..d763af771c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ben Ruijl <benruyl@gmail.com>
pkgname=python2-sabyenc
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
pkgdesc="Python2 yEnc package optimized for use within SABnzbd"
url="https://github.com/sabnzbd/sabyenc"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,7 +11,7 @@ depends=("python2")
makedepends=("python2-setuptools")
source=("https://github.com/sabnzbd/sabyenc/archive/v${pkgver}.tar.gz")
-md5sums=('49684574e411ee36cc96e8b70aa99ad9')
+md5sums=('79a1cdd2ae609c08a87b9b16acaec439')
build() {
cd "${srcdir}/sabyenc-${pkgver}"