Date: Thursday, May 31, 2018 @ 14:01:07
  Author: grazzolini
Revision: 334835

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-31 14:00:32 UTC (rev 334834)
+++ PKGBUILD    2018-05-31 14:01:07 UTC (rev 334835)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Pierre Neidhardt <ambre...@gmail.com>
-# Contributor: Thorsten Töpper <atsutane...@freethoughts.de>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=ccrypt
-pkgver=1.10
-pkgrel=3
-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 334834, 
ccrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-31 14:01:07 UTC (rev 334835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Pierre Neidhardt <ambre...@gmail.com>
+# Contributor: Thorsten Töpper <atsutane...@freethoughts.de>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@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:

Reply via email to