summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2019-12-08 20:09:02 +0100
committerÉtienne Deparis2019-12-08 20:09:02 +0100
commit201395bb90253a4cacb696bde4e5fdc05c9146ac (patch)
tree098a717b11f989129d0508d3c2144d937dd87385
parentcd11fd8368fe21b2ed485a32df4ce092da614986 (diff)
downloadaur-201395bb90253a4cacb696bde4e5fdc05c9146ac.tar.gz
0.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bdc78fa644..6c4c38fa94db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.1.1
-# Tue Aug 21 09:17:37 UTC 2018
+# Generated by makepkg 5.2.1
+# Sun Dec 8 19:08:39 UTC 2019
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
- pkgver = 0.7.2
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://projects.deparis.io/projects/carp
arch = any
license = WTFPL
@@ -14,8 +14,8 @@ pkgbase = carp
depends = python-inotify>=0.2.9
depends = python-xdg
optdepends = rsync: sync support
- source = https://git.deparis.io/carp/snapshot/carp-0.7.2.tar.gz
- sha256sums = 44ff2439460dcbd5cf7a51346818ad5f07124310cacac75f487133c13c391085
+ source = https://fossil.deparis.io/carp/tarball/0.8.0.tar.gz
+ sha256sums = 088f1d7b2d7a5fd747af5f03223992b69ffbd337a51b62afd5bd50533e6b58dd
pkgname = carp
diff --git a/PKGBUILD b/PKGBUILD
index 0d001c72b9f3..5567dab2edf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
@@ -9,17 +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://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('44ff2439460dcbd5cf7a51346818ad5f07124310cacac75f487133c13c391085')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make
-}
+source=("https://fossil.deparis.io/${pkgname}/tarball/${pkgver}.tar.gz")
+sha256sums=('088f1d7b2d7a5fd747af5f03223992b69ffbd337a51b62afd5bd50533e6b58dd')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgver"
- make DEST="$pkgdir/usr" PYDEST="$pkgdir/" install
+ make dist DESTDIR="$pkgdir"
}