summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-01-03 09:49:05 +0100
committerÉtienne Deparis2018-01-03 09:49:05 +0100
commit53de1dfb332083ebabb9202fcefabf64a60293a6 (patch)
tree4d325c22c995bb0013117b00f9721eff11ccd5c2
parent2b277460d97055c921c4460e7bfe862b0b4381db (diff)
downloadaur-53de1dfb332083ebabb9202fcefabf64a60293a6.tar.gz
New release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d4ac46beae..2d2d821c8682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.2
-# Wed Sep 6 19:47:20 UTC 2017
+# Wed Jan 3 08:48:46 UTC 2018
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://projects.deparis.io/projects/carp
arch = any
@@ -11,11 +11,11 @@ pkgbase = carp
makedepends = emacs
depends = encfs
depends = python-gobject
- depends = python-inotify
+ depends = python-inotify>=0.2.9
depends = python-xdg
optdepends = rsync: sync support
- source = https://git.deparis.io/carp/snapshot/carp-0.7.1.tar.gz
- sha256sums = a3484cbf2e6f1de7415203e3c49af445514fb2ef7fa9e5ce001004a590b1ed1c
+ source = https://git.deparis.io/carp/snapshot/carp-0.7.2.tar.gz
+ sha256sums = 44ff2439460dcbd5cf7a51346818ad5f07124310cacac75f487133c13c391085
pkgname = carp
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"