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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Tue Mar 11 09:58:07 UTC 2014


    Date: Tuesday, March 11, 2014 @ 10:58:07
  Author: stativ
Revision: 106976

aide: add gpg verification.

Modified:
  aide/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-11 09:45:04 UTC (rev 106975)
+++ PKGBUILD	2014-03-11 09:58:07 UTC (rev 106976)
@@ -6,7 +6,7 @@
 
 pkgname=aide
 pkgver=0.15.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('i686' 'x86_64')
 url="http://aide.sourceforge.net/"
@@ -14,8 +14,10 @@
 makedepends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
+        http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc \
         aide.conf)
 md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
+         'SKIP'
          'd3ac69ad7c12c1686f8accf2717139f6')
 
 build() {




More information about the arch-commits mailing list