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

Lukas Jirkovsky stativ at archlinux.org
Fri Mar 8 19:28:26 UTC 2019


    Date: Friday, March 8, 2019 @ 19:28:25
  Author: stativ
Revision: 438163

upgpkg: aide 0.16.1-1

update to 0.16.1

Modified:
  aide/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-08 19:24:46 UTC (rev 438162)
+++ PKGBUILD	2019-03-08 19:28:25 UTC (rev 438163)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=aide
-pkgver=0.16
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
 url="http://aide.sourceforge.net/"
@@ -12,20 +12,13 @@
 license=('GPL')
 depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
 backup=('etc/aide.conf')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc} \
-        aide.conf)
-md5sums=('25c616f67c667acd4088747ae7f6a9a3'
-         'SKIP'
-         'd3ac69ad7c12c1686f8accf2717139f6')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc} \
+        "aide.conf")
+sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
+            'SKIP'
+            'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
 validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von Haugwitz <hannes at vonhaugwitz.com>
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/aide.h
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/db_config.h
-  sed -i 's#ENOATTR#ENODATA#' src/do_md.c
-}
-
 build() {
 	cd $srcdir/$pkgname-$pkgver
 	./configure \



More information about the arch-commits mailing list