summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-10-13 17:01:40 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-10-13 17:01:40 +0200
commitef06da9256f828b7dfc94ce1f8ca3d19b49ea063 (patch)
tree7affd055c6fd0f861691abb8b06135d20baafe38
parent8e46a5af08da75bedf65ebac5d5ae2fcf2392b0c (diff)
downloadaur-packages-ef06da9256f828b7dfc94ce1f8ca3d19b49ea063.tar.gz
aur-packages-ef06da9256f828b7dfc94ce1f8ca3d19b49ea063.tar.xz
inxi: upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r--inxi/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/inxi/PKGBUILD b/inxi/PKGBUILD
index 781f3c4..0f6a76f 100644
--- a/inxi/PKGBUILD
+++ b/inxi/PKGBUILD
@@ -1,18 +1,18 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-pkgver=1.1.13
+pkgver=1.2.2
pkgrel=1
pkgdesc="script to get system information"
arch=('any')
url="http://inxi.org"
license=('GPL')
-source=("http://inxi.googlecode.com/svn/trunk/inxi")
+source=()
+md5sums=()
build() {
cd "$srcdir"
+ wget "http://inxi.googlecode.com/svn/trunk/inxi" -O inxi
install -D -m755 inxi $pkgdir/usr/bin/inxi
}
# vim:set ts=2 sw=2 et:
-md5sums=('c5c2830ede9eed63d2434527e56ee541')
-sha256sums=('3d8f0736829754f7aa2d7f85ba3e8bb5b7bd0b3c7ac110abe6c66b440109b5d2')