summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5cdf5fdaa68..866789a77c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Ruijl <benruyl@gmail.com>
pkgname=python2-sabyenc
-pkgver=3.3.2
+pkgver=3.3.5
pkgrel=1
pkgdesc="Python2 yEnc package optimized for use within SABnzbd"
url="https://github.com/sabnzbd/sabyenc"
@@ -11,7 +11,7 @@ depends=("python2")
makedepends=("python2-setuptools")
source=("https://github.com/sabnzbd/sabyenc/archive/v${pkgver}.tar.gz")
-md5sums=('2163720fcc74691722846d0e28a8e7e0')
+md5sums=('312794e0448fc85a7306628981817c91')
build() {
cd "${srcdir}/sabyenc-${pkgver}"