summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09581725d8dc..817441b9fb6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-pyffmpeg
pkgdesc = FFmpeg wrapper for Python
pkgver = 2.4.2.19
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deuteronomy-works/pyffmpeg
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 3a9f7e8cc038..9397364965ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-pyffmpeg
_pyname=${pkgname#python-}
pkgver=2.4.2.19
-pkgrel=1
+pkgrel=2
pkgdesc='FFmpeg wrapper for Python'
arch=(any)
url="https://github.com/deuteronomy-works/$_pyname"
-license=(Apache)
+license=(Apache-2.0)
depends=(ffmpeg
python)
makedepends=(python-{build,installer,wheel}