[arch-commits] Commit in ccrypt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Sep 28 11:18:07 UTC 2018


    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 <ambrevar at gmail.com>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-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 <ambrevar at gmail.com>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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
+}



More information about the arch-commits mailing list