summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a56e8eb31c..5f08b4be3e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-enzyme
pkgdesc = Python module to parse metadata in video files.
pkgver = 0.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Diaoul/enzyme
arch = any
license = Apache
@@ -16,4 +16,3 @@ pkgname = python-enzyme
pkgname = python2-enzyme
depends = python2
-
diff --git a/PKGBUILD b/PKGBUILD
index 19b43c85ef6e..e3266328cfcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-enzyme' 'python2-enzyme')
_name=${pkgname#python-}
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Python module to parse metadata in video files."
arch=(any)
url="https://github.com/Diaoul/enzyme"