[arch-commits] Commit in encfs/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Sep 19 18:37:18 UTC 2016
Date: Monday, September 19, 2016 @ 18:37:18
Author: jlichtblau
Revision: 189993
upgpkg: encfs 1.9.1-1 - new upstream release
Modified:
encfs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-19 18:35:39 UTC (rev 189992)
+++ PKGBUILD 2016-09-19 18:37:18 UTC (rev 189993)
@@ -6,8 +6,8 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=encfs
-pkgver=1.9
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
pkgdesc='Encrypted filesystem in user-space'
arch=('i686' 'x86_64')
url='https://vgough.github.io/encfs/'
@@ -14,8 +14,8 @@
license=('LGPL')
depends=('openssl' 'fuse' 'tinyxml2')
makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('30d2db1555ec359082046748d278018b8a246dc49c0442291c5671da0486f4bf')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4')
build() {
cd "${srcdir}"
More information about the arch-commits
mailing list