summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-01-31 14:50:13 +0100
committerbartus2021-01-31 14:50:13 +0100
commit712d7048c75377c34909983470a336c6f7f3a25d (patch)
tree6c6954724e41db2b9ce45d74e2dd03d693f715a8
parent4bf215eb03e202af9b3b71b43a88b152dcadb49f (diff)
downloadaur-712d7048c75377c34909983470a336c6f7f3a25d.tar.gz
Update depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5d023cf2b10..552b7fde721e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-nilfs2-plugin-git
pkgdesc = You can see a list of checkpoints created by NILFS2 in Thunar
- pkgver = 0.git3
+ pkgver = 0.git4
pkgrel = 1
url = https://github.com/bartoszek/thunar-nilfs2-plugin
arch = i686
@@ -10,6 +10,8 @@ pkgbase = thunar-nilfs2-plugin-git
makedepends = thunar
makedepends = xfce4-dev-tools
depends = nilfs-utils
+ depends = gtk2
+ depends = exo
provides = thunar-nilfs2-plugin
conflicts = thunar-nilfs2-plugin
conflicts = thunar-nilfs2-plugin-git
diff --git a/PKGBUILD b/PKGBUILD
index bafc64c98b90..81264bc77e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=thunar-nilfs2-plugin-git
_pkgname=thunar-nilfs2-plugin
-pkgver=0.git3
+pkgver=0.git4
pkgrel=1
pkgdesc="You can see a list of checkpoints created by NILFS2 in Thunar"
arch=('i686' 'x86_64')
url="https://github.com/bartoszek/thunar-nilfs2-plugin"
license=('GPL3')
-depends=('nilfs-utils')
+depends=('nilfs-utils' 'gtk2' 'exo')
provides=('thunar-nilfs2-plugin')
conflicts=('thunar-nilfs2-plugin' 'thunar-nilfs2-plugin-git')
makedepends=('git' 'thunar' 'xfce4-dev-tools')