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

Jelle van der Waa jelle at archlinux.org
Mon Jul 17 07:24:40 UTC 2017


    Date: Monday, July 17, 2017 @ 07:24:39
  Author: jelle
Revision: 245459

upgpkg: tarsnap 1.0.38-1

Modified:
  tarsnap/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-16 23:16:03 UTC (rev 245458)
+++ PKGBUILD	2017-07-17 07:24:39 UTC (rev 245459)
@@ -2,23 +2,26 @@
 # Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
 
 pkgname=tarsnap
-pkgver=1.0.37
-pkgrel=5
+pkgver=1.0.38
+pkgrel=1
 pkgdesc='An online encrypted snapshotted backup service'
 arch=('i686' 'x86_64')
 url='http://www.tarsnap.com/'
 license=('custom')
-depends=('bzip2' 'openssl-1.0' 'xz')
+depends=('bzip2' 'openssl' 'xz')
 makedepends=('e2fsprogs')
-source=("https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz")
+source=("https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz"
+        "${pkgname}-autoconf-${pkgver}.tgz::https://www.tarsnap.com/download/tarsnap-sigs-1.0.38.asc")
 validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
-md5sums=('755492b15a2ab53286182c3ba5f05c94')
-sha256sums=('fa999413651b3bd994547a10ffe3127b4a85a88b1b9a253f2de798888718dbfa')
+md5sums=('62f95a3bb6159bd738ff834461d10a5d'
+         'SKIP')
+sha256sums=('76ee0c18baa54c11729d12aa91476abccae140549def5a604010e1138538cd5b'
+            'SKIP')
 
 build() {
   cd "$srcdir/$pkgname-autoconf-$pkgver"
-  export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
-  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
+  #export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
+  #export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
 
   ./configure --prefix=/usr --sysconfdir="/etc/$pkgname"
   make



More information about the arch-commits mailing list