summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c83859ecbae..1a2e3e747fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
license=("WTFPL")
-depends=("encfs" "python-gobject" "python-inotify" "python-xdg")
+depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-xdg")
optdepends=("rsync: sync support")
makedepends=("python-setuptools" "emacs")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a3484cbf2e6f1de7415203e3c49af445514fb2ef7fa9e5ce001004a590b1ed1c')
+sha256sums=('44ff2439460dcbd5cf7a51346818ad5f07124310cacac75f487133c13c391085')
build() {
cd "$srcdir/$pkgname-$pkgver"