summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-09-05 00:57:41 +0200
committerÉtienne Deparis2017-09-05 00:57:41 +0200
commit82eb96f483b51566c8e1bbb4706c62feb533d81a (patch)
tree9d1f31e6ce57ece4f898d3880320724e3124d869
parent5c7d35fb6d284b3dac425871410dad109aa55664 (diff)
downloadaur-82eb96f483b51566c8e1bbb4706c62feb533d81a.tar.gz
New 0.7.0 release
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46eabc442447..9a9bc5948b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by makepkg 5.0.2
-# Wed Aug 9 14:51:47 UTC 2017
+# Mon Sep 4 22:57:24 UTC 2017
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
- pkgver = 0.6.1
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://projects.deparis.io/projects/carp
arch = any
license = WTFPL
makedepends = python-setuptools
makedepends = emacs
- depends = python-xdg
- depends = python-gobject
depends = encfs
- optdepends = openssh: sync support
+ depends = python-gobject
+ depends = python-xdg
+ optdepends = python-inotify: sync support
optdepends = rsync: sync support
- source = https://git.deparis.io/carp/snapshot/carp-0.6.1.tar.gz
- sha256sums = 5564610f4c4158cc1ba63d6b2413d9d6a2a259112eed9ecb83ba711c89902399
+ source = https://git.deparis.io/carp/snapshot/carp-0.7.0.tar.gz
+ sha256sums = e35339102e745fef379b8b8f88c374e309ba998a2870bb589a26d81405cb374a
pkgname = carp
diff --git a/PKGBUILD b/PKGBUILD
index bf59125a0285..29ec9512e7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
license=("WTFPL")
-depends=("python-xdg" "python-gobject" "encfs")
-optdepends=("openssh: sync support"
+depends=("encfs" "python-gobject" "python-xdg")
+optdepends=("python-inotify: sync support"
"rsync: sync support")
makedepends=("python-setuptools" "emacs")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5564610f4c4158cc1ba63d6b2413d9d6a2a259112eed9ecb83ba711c89902399')
+sha256sums=('e35339102e745fef379b8b8f88c374e309ba998a2870bb589a26d81405cb374a')
build() {
cd "$srcdir/$pkgname-$pkgver"