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

Antonio Rojas arojas at archlinux.org
Fri Sep 28 11:17:38 UTC 2018


    Date: Friday, September 28, 2018 @ 11:17:38
  Author: arojas
Revision: 387171

Update to 1.11

Modified:
  ccrypt/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 11:17:35 UTC (rev 387170)
+++ PKGBUILD	2018-09-28 11:17:38 UTC (rev 387171)
@@ -5,26 +5,24 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=ccrypt
-pkgver=1.10
-pkgrel=4
+pkgver=1.11
+pkgrel=1
 pkgdesc='A command-line utility for encrypting and decrypting files and streams'
 arch=('x86_64')
 url="http://ccrypt.sourceforge.net"
 license=('GPL2')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('95d4e524abb146946fe6af9d53ed0e5e294b34e2')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha1sums=('6d20a4db9ef7caeea6ce432f3cffadf10172e420')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --mandir=/usr/share/man
-	make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
 
-	make DESTDIR="${pkgdir}/" install
+  make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list