summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-11-08 15:54:08 +0100
committerÉtienne Deparis2020-11-08 15:54:08 +0100
commitc566d5c181812d059c29ad8f873fd75cfc301126 (patch)
treef5aeb4d49ea74f4a69340af3330522e53a3599eb
parentfcb214a0c789ce8ba74684cf15de904f6698ed87 (diff)
downloadaur-c566d5c181812d059c29ad8f873fd75cfc301126.tar.gz
0.8.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0e46243a97..0efece1bdf85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.2.1
-# Sun Dec 8 19:38:01 UTC 2019
+# Generated by makepkg 5.2.2
+# Sun Nov 8 14:49:14 UTC 2020
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://projects.deparis.io/projects/carp
arch = any
@@ -14,8 +14,8 @@ pkgbase = carp
depends = python-inotify>=0.2.9
depends = python-xdg
optdepends = rsync: sync support
- source = https://fossil.deparis.io/carp/tarball/0.8.1.tar.gz
- sha256sums = b6cbd562338e62f60c0f3684ed4e21cc77130c2c6dfb9f5e8cde31eb51543575
+ source = https://git.umaneti.net/carp/snapshot/carp-0.8.2.tar.gz
+ sha256sums = 0a1cd4e0b8fa799644b116379fecf83f7304cf487ba198e511e52f372e5b1a77
pkgname = carp
diff --git a/PKGBUILD b/PKGBUILD
index 72940e9200e7..e00a3cd09988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
@@ -9,11 +9,11 @@ license=("WTFPL")
depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-xdg")
optdepends=("rsync: sync support")
makedepends=("python-setuptools" "emacs")
-source=("https://fossil.deparis.io/${pkgname}/tarball/${pkgver}.tar.gz")
-sha256sums=('b6cbd562338e62f60c0f3684ed4e21cc77130c2c6dfb9f5e8cde31eb51543575')
+source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('0a1cd4e0b8fa799644b116379fecf83f7304cf487ba198e511e52f372e5b1a77')
package() {
- cd "$srcdir/$pkgver"
+ cd "$srcdir/${pkgname}-$pkgver"
make dist DESTDIR="$pkgdir"
}