summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-12-16 14:04:25 -0500
committerTed Alff2017-12-16 14:04:25 -0500
commitfe482564e160d6c0bc547d19679071c6c936ae1a (patch)
tree4e08de4c235de56b0c3bfa1e0433459f6f955e77
parent6db0a38f8fa225c7964853fdc0a21a39b1e9292b (diff)
downloadaur-fe482564e160d6c0bc547d19679071c6c936ae1a.tar.gz
Engrampa support added upstream - change optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d23b50d407..ee93c59018e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 27 01:43:56 UTC 2017
+# Sat Dec 16 19:04:08 UTC 2017
pkgbase = thunar-archive-plugin-git
pkgdesc = Create and extract archives in Thunar (git checkout)
- pkgver = 0.3.1.r121.g7d3aa28
+ pkgver = 0.4.0.r2.g3d98109
pkgrel = 1
url = http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin
arch = i686
@@ -17,8 +17,8 @@ pkgbase = thunar-archive-plugin-git
optdepends = file-roller
optdepends = ark
optdepends = xarchiver
- optdepends = engrampa-thunar
- provides = thunar-archive-plugin=0.3.1
+ optdepends = engrampa
+ provides = thunar-archive-plugin=0.4.0
conflicts = thunar-archive-plugin
source = thunar-archive-plugin::git://git.xfce.org/thunar-plugins/thunar-archive-plugin
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14f34e3552ed..ac02fb5326cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar-archive-plugin
pkgname=${_pkgname}-git
-pkgver=0.3.1.r121.g7d3aa28
+pkgver=0.4.0.r2.g3d98109
pkgrel=1
pkgdesc="Create and extract archives in Thunar (git checkout)"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('intltool' 'xfce4-dev-tools' 'git')
optdepends=('file-roller'
'ark'
'xarchiver'
- 'engrampa-thunar')
+ 'engrampa')
provides=("${_pkgname}=${pkgver%\.r*}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git://git.xfce.org/thunar-plugins/thunar-archive-plugin")