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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Mar 12 21:35:26 UTC 2015


    Date: Thursday, March 12, 2015 @ 22:35:26
  Author: jlichtblau
Revision: 129152

upgpkg: encfs 1.8-1

Modified:
  encfs/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-12 21:12:54 UTC (rev 129151)
+++ PKGBUILD	2015-03-12 21:35:26 UTC (rev 129152)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: Sven Kauber, <celeon at gmail.com>
@@ -6,28 +6,27 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=encfs
-pkgver=1.7.4
-pkgrel=14
+pkgver=1.8
+pkgrel=1
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
 depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+makedepends=('boost' 'autoconf')
+source=(https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('464453f182cff2a245e830707464a758f63c34368351ba75ba41f4804b7cc931')
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  ./configure \
-    --prefix=/usr
-
+  autoreconf -if
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list