summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-11-26 20:41:21 -0500
committerTed Alff2017-11-26 20:41:21 -0500
commit2179007ace94d37b216e8c6a0c9e5831198db634 (patch)
treeba3dd459b3ab145344c55ad8587ebad7c64cf84d
parent5ea9abe694adc8a6310ab93684f50180af7fa513 (diff)
downloadaur-2179007ace94d37b216e8c6a0c9e5831198db634.tar.gz
Change thunar-git dependency to thunar>=1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7f3b1d3ae0..9f9e5132bc12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 15 03:21:13 UTC 2017
+# Mon Nov 27 01:40:55 UTC 2017
pkgbase = thunar-media-tags-plugin-git
pkgdesc = Adds special features for media files to the Thunar File Manager (git checkout)
- pkgver = 0.2.1.r173.gea240bf
+ pkgver = 0.2.1.r174.g99ad573
pkgrel = 1
url = http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
arch = i686
@@ -13,7 +13,7 @@ pkgbase = thunar-media-tags-plugin-git
makedepends = xfce4-dev-tools
makedepends = git
depends = taglib
- depends = thunar-git
+ depends = thunar>=1.7.0
provides = thunar-media-tags-plugin=0.2.1
conflicts = thunar-media-tags-plugin
source = thunar-media-tags-plugin::git://git.xfce.org/thunar-plugins/thunar-media-tags-plugin
diff --git a/PKGBUILD b/PKGBUILD
index ddf777fea78d..1d7f8005cebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=thunar-media-tags-plugin
pkgname=${_pkgname}-git
-pkgver=0.2.1.r173.gea240bf
+pkgver=0.2.1.r174.g99ad573
pkgrel=1
pkgdesc="Adds special features for media files to the Thunar File Manager (git checkout)"
arch=('i686' 'x86_64')
license=('GPL')
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
groups=('xfce4-goodies')
-depends=('taglib' 'thunar-git')
+depends=('taglib' 'thunar>=1.7.0')
makedepends=('intltool' 'xfce4-dev-tools' 'git')
provides=("${_pkgname}=${pkgver%\.r*}")
conflicts=("${_pkgname}")