Date: Friday, September 28, 2018 @ 11:18:06
  Author: arojas
Revision: 387173

archrelease: copy trunk to community-x86_64

Added:
  ccrypt/repos/community-x86_64/PKGBUILD
    (from rev 387172, ccrypt/trunk/PKGBUILD)
Deleted:
  ccrypt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 28 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-28 11:17:42 UTC (rev 387172)
+++ PKGBUILD    2018-09-28 11:18:06 UTC (rev 387173)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Pierre Neidhardt <[email protected]>
-# Contributor: Thorsten Töpper <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgname=ccrypt
-pkgver=1.10
-pkgrel=4
-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')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --mandir=/usr/share/man
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccrypt/repos/community-x86_64/PKGBUILD (from rev 387172, 
ccrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-09-28 11:18:06 UTC (rev 387173)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt <[email protected]>
+# Contributor: Thorsten Töpper <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=ccrypt
+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=('6d20a4db9ef7caeea6ce432f3cffadf10172e420')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to