[arch-commits] Commit in encfs/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Apr 18 19:04:32 UTC 2015


    Date: Saturday, April 18, 2015 @ 21:04:32
  Author: jlichtblau
Revision: 131641

upgpkg: encfs 1.8.1-1

Modified:
  encfs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-18 18:06:24 UTC (rev 131640)
+++ PKGBUILD	2015-04-18 19:04:32 UTC (rev 131641)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=encfs
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 license=('LGPL')
 depends=('rlog' 'openssl' 'fuse' 'boost-libs')
 makedepends=('boost' 'autoconf')
-source=(https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('464453f182cff2a245e830707464a758f63c34368351ba75ba41f4804b7cc931')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9')
 
 build(){
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}"/$pkgname-$pkgver
 
   autoreconf -if
   ./configure --prefix=/usr
@@ -26,7 +26,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}"/$pkgname-$pkgver
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list