summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-13 00:01:54 +0000
committerroot <root@rshg054.dnsready.net>2012-07-13 00:01:54 +0000
commit2a74527ad522ac7c1d467688eee81a7a3f895031 (patch)
tree5ce8592b2ac3b6e90fc73039d5ce30aa2a8891dc /community
parent00d32b0938eebfa45f0543cae655abf5233eb99c (diff)
Fri Jul 13 00:01:54 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/ioping/PKGBUILD26
-rw-r--r--community/qupzilla/PKGBUILD6
2 files changed, 29 insertions, 3 deletions
diff --git a/community/ioping/PKGBUILD b/community/ioping/PKGBUILD
new file mode 100644
index 000000000..7485789ef
--- /dev/null
+++ b/community/ioping/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 73606 2012-07-11 14:58:41Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# Contributor: Kovivchak Evgen <oneonfire@gmail.com>
+
+pkgname=ioping
+pkgver=0.6
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+md5sums=('f96b382a6517c7eac744291b04b928b1')
+
+build() {
+ cd $pkgname-$pkgver
+ make PREFIX=/usr
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
index 0e19921fc..c08e08664 100644
--- a/community/qupzilla/PKGBUILD
+++ b/community/qupzilla/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71945 2012-06-03 23:57:58Z speps $
+# $Id: PKGBUILD 73609 2012-07-11 23:14:36Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
_name=QupZilla
pkgname=qupzilla
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Cross-platform QtWebKit browser"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('qtwebkit' 'gtk-update-icon-cache')
install="$pkgname.install"
source=("https://github.com/$_name/$pkgname/tarball/v$pkgver")
-md5sums=('fc689dcda60a45d7b1aed32ecb851c1a')
+md5sums=('c7c1a84a8838496717f67e7be268ddf9')
build() {
cd "$srcdir/$_name-$pkgname-"*