[arch-commits] Commit in gtick/repos (extra-i686 extra-i686/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Feb 8 23:06:30 UTC 2009
Date: Sunday, February 8, 2009 @ 18:06:30
Author: eric
Revision: 26536
Merged revisions 356,26524 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/gtick/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r26524 | eric | 2009-02-08 16:39:09 -0500 (Sun, 08 Feb 2009) | 2 lines
upgpkg: gtick 0.4.2-1
Upstream update
........
Modified:
gtick/repos/extra-i686/ (properties)
gtick/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: gtick/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /gtick/trunk:1
+ /gtick/trunk:1-26535
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-02-08 21:55:06 UTC (rev 26535)
+++ extra-i686/PKGBUILD 2009-02-08 23:06:30 UTC (rev 26536)
@@ -3,19 +3,19 @@
# Maintainer: damir <damir at archlinux.org>
pkgname=gtick
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="GTick is a metronome application supporting different meters (1/1, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible)."
arch=('i686' 'x86_64')
url="http://www.antcom.de/gtick/"
license=('GPL3')
depends=('libsndfile' 'gtk2')
-source=("http://www.antcom.de/gtick/download/$pkgname-$pkgver.tar.gz")
+source=("http://www.antcom.de/gtick/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e85ab8449219b515cc7731cd8b12ac9a')
build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr || return 1
make || return 1
- make prefix=$startdir/pkg/usr install
+ make DESTDIR=${pkgdir} install || return 1
}
-md5sums=('ae0b2152cdfb98e0bba4d4e6258a22c0')
More information about the arch-commits
mailing list