summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-12-16 14:06:53 -0500
committerTed Alff2017-12-16 14:06:53 -0500
commit85feb985144982a7a9f05eb70bbe12e7b90181fa (patch)
tree16b380f5b88103a9832c394959ae0dd1b3227050
parentfe482564e160d6c0bc547d19679071c6c936ae1a (diff)
downloadaur-85feb985144982a7a9f05eb70bbe12e7b90181fa.tar.gz
Engrampa support now provided upstream.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee93c59018e7..94ed88c1509a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 16 19:04:08 UTC 2017
+# Sat Dec 16 19:06:29 UTC 2017
pkgbase = thunar-archive-plugin-git
pkgdesc = Create and extract archives in Thunar (git checkout)
pkgver = 0.4.0.r2.g3d98109
@@ -20,6 +20,8 @@ pkgbase = thunar-archive-plugin-git
optdepends = engrampa
provides = thunar-archive-plugin=0.4.0
conflicts = thunar-archive-plugin
+ conflicts = engrampa-thunar
+ replaces = engrampa-thunar
source = thunar-archive-plugin::git://git.xfce.org/thunar-plugins/thunar-archive-plugin
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ac02fb5326cd..271d3520ee78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ optdepends=('file-roller'
'xarchiver'
'engrampa')
provides=("${_pkgname}=${pkgver%\.r*}")
-conflicts=("${_pkgname}")
+conflicts=("${_pkgname}" 'engrampa-thunar')
+replaces=('engrampa-thunar')
source=("${_pkgname}::git://git.xfce.org/thunar-plugins/thunar-archive-plugin")
sha256sums=('SKIP')