[arch-commits] Commit in tpb/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Jul 8 09:04:45 UTC 2008
Date: Tuesday, July 8, 2008 @ 05:04:45
Author: ronald
Revision: 4656
fix license
Modified:
tpb/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-08 09:02:47 UTC (rev 4655)
+++ PKGBUILD 2008-07-08 09:04:45 UTC (rev 4656)
@@ -5,10 +5,13 @@
pkgname=tpb
pkgver=0.6.4
pkgrel=1
+arch=('i686' 'x86_64')
pkgdesc="Access the special buttons on a ThinkPad-Laptop using xosd"
url="http://savannah.nongnu.org/projects/tpb/"
depends=('xosd' 'glibc')
source=(http://savannah.nongnu.org/download/tpb/$pkgname-$pkgver.tar.gz)
+license=('GPL2')
+md5sums=('563b544fbedcc1763130a0bca1ad63b6')
build() {
cd $startdir/src/$pkgname-$pkgver
More information about the arch-commits
mailing list