summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902020-04-18 10:49:42 +0200
committerfrancoism902020-04-18 10:49:42 +0200
commitbca87783f5c49e2cf13164a1a005cf45b8de048d (patch)
tree84115116f14192b88a5bd4d7dd756bc7cf64b6f2
parent5b54792477b485f14a5fa2fb084db69059e2e996 (diff)
downloadaur-bca87783f5c49e2cf13164a1a005cf45b8de048d.tar.gz
arch=any
-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')