summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7d6330e5667..db0c2b600ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = preload
pkgdesc = Makes applications run faster by prefetching binaries and shared objects
pkgver = 0.6.4
- pkgrel = 6
+ pkgrel = 7
url = http://sourceforge.net/projects/preload
install = preload.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = help2man
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index 8be7cc25f138..3466e3724876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Justin Dray <justin@dray.be
+# Maintainer: Francois Menning <f.menning@protonmail.com>
+# Contributor: Justin Dray <justin@dray.be
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=preload
pkgver=0.6.4
-pkgrel=6
-arch=('i686' 'x86_64')
+pkgrel=7
+arch=('any')
pkgdesc="Makes applications run faster by prefetching binaries and shared objects"
url="http://sourceforge.net/projects/preload"
license=('GPL2')