summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2018-09-04 18:18:05 -0600
committerMark Wagie2018-09-04 18:18:05 -0600
commit6288c876abce6f0c67fde38b4195e2b45f29a87d (patch)
treea01ad9273dd4363a656303334ef9fb84da07efad
parenta7ea0c8c64eb9e263287b44d1bbf72c117a541ea (diff)
downloadaur-6288c876abce6f0c67fde38b4195e2b45f29a87d.tar.gz
tidied PKGBUILD
-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')