summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2018-09-02 18:39:50 -0600
committerMark Wagie2018-09-02 18:39:50 -0600
commita7ea0c8c64eb9e263287b44d1bbf72c117a541ea (patch)
tree8d39aa8b4787dc27d05bb3e06a1b5319de2d51a8
parent85589fc0a696376549081fcdf315559d6bdb4748 (diff)
downloadaur-a7ea0c8c64eb9e263287b44d1bbf72c117a541ea.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4795e6160d79..605633a8d06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = nemo-mediainfo-tab
pkgdesc = View media information from the properties tab
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linux-man/nemo-mediainfo-tab
arch = any
license = GPL3
- depends = python-mediainfodll
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 6b89233c8a16..59319aa069c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=nemo-mediainfo-tab
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="View media information from the properties tab"
arch=('any')
url="https://github.com/linux-man/nemo-mediainfo-tab"
license=('GPL3')
-depends=('python-mediainfodll' 'nemo-python')
+depends=('python2-mediainfodll' 'nemo-python')
provides=('nemo-mediainfo-tab')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=('b0fbb2ac22ef1dec43fa257eae6d4a44')