summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605633a8d06c..5f5f5d60cdfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nemo-mediainfo-tab
pkgdesc = View media information from the properties tab
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linux-man/nemo-mediainfo-tab
arch = any
license = GPL3
depends = python2-mediainfodll
depends = nemo-python
- provides = nemo-mediainfo-tab
source = nemo-mediainfo-tab-0.2.tar.gz::https://github.com/linux-man/nemo-mediainfo-tab/archive/v0.2.tar.gz
md5sums = b0fbb2ac22ef1dec43fa257eae6d4a44
diff --git a/PKGBUILD b/PKGBUILD
index 59319aa069c3..de80315f6d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Co-Maintainer: Corax
pkgname=nemo-mediainfo-tab
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="View media information from the properties tab"
arch=('any')
url="https://github.com/linux-man/nemo-mediainfo-tab"
license=('GPL3')
depends=('python2-mediainfodll' 'nemo-python')
-provides=('nemo-mediainfo-tab')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=('b0fbb2ac22ef1dec43fa257eae6d4a44')