summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-09-06 21:47:36 +0200
committerÉtienne Deparis2017-09-06 21:47:36 +0200
commit2b277460d97055c921c4460e7bfe862b0b4381db (patch)
treebd349daa3d21093b065bdaecdd8af018a2ed73b9
parentf2cb9a49721e1d983c43997a671fe1d419059c71 (diff)
downloadaur-2b277460d97055c921c4460e7bfe862b0b4381db.tar.gz
Bugfix release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dbd842a84b5..56d4ac46beae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Wed Sep 6 07:28:32 UTC 2017
+# Wed Sep 6 19:47:20 UTC 2017
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://projects.deparis.io/projects/carp
arch = any
license = WTFPL
@@ -14,8 +14,8 @@ pkgbase = carp
depends = python-inotify
depends = python-xdg
optdepends = rsync: sync support
- source = https://git.deparis.io/carp/snapshot/carp-0.7.0.tar.gz
- sha256sums = e35339102e745fef379b8b8f88c374e309ba998a2870bb589a26d81405cb374a
+ source = https://git.deparis.io/carp/snapshot/carp-0.7.1.tar.gz
+ sha256sums = a3484cbf2e6f1de7415203e3c49af445514fb2ef7fa9e5ce001004a590b1ed1c
pkgname = carp
diff --git a/PKGBUILD b/PKGBUILD
index 0971c120a3f3..5c83859ecbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
@@ -10,7 +10,7 @@ depends=("encfs" "python-gobject" "python-inotify" "python-xdg")
optdepends=("rsync: sync support")
makedepends=("python-setuptools" "emacs")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e35339102e745fef379b8b8f88c374e309ba998a2870bb589a26d81405cb374a')
+sha256sums=('a3484cbf2e6f1de7415203e3c49af445514fb2ef7fa9e5ce001004a590b1ed1c')
build() {
cd "$srcdir/$pkgname-$pkgver"