summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-17 00:27:45 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-17 00:27:45 (GMT)
commitcbd0960b07a047a6e16affcbf594558700858e14 (patch)
tree8bc66dfa2acea97d44b3479700273505b5b805e9 /abs
parent1757e0d7cf80e8e728cdccc7e08634055dacaa81 (diff)
downloadlinhes_pkgbuild-cbd0960b07a047a6e16affcbf594558700858e14.zip
linhes_pkgbuild-cbd0960b07a047a6e16affcbf594558700858e14.tar.gz
linhes_pkgbuild-cbd0960b07a047a6e16affcbf594558700858e14.tar.bz2
libftdi: update to 0.18 ref 647
Diffstat (limited to 'abs')
-rw-r--r--abs/extra-testing/libftdi/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/libftdi/PKGBUILD b/abs/extra-testing/libftdi/PKGBUILD
index b435b9a..b5a72da 100644
--- a/abs/extra-testing/libftdi/PKGBUILD
+++ b/abs/extra-testing/libftdi/PKGBUILD
@@ -1,14 +1,13 @@
# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
pkgname=libftdi
-pkgver=0.13
-pkgrel=0
+pkgver=0.18
+pkgrel=1
pkgdesc="Library to program and control the FTDI USB controller"
url="http://www.intra2net.com/de/produkte/opensource/ftdi/"
license="GPL"
depends=(libusb)
arch=(i686 x86_64)
source=(http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/$pkgname-$pkgver.tar.gz)
-md5sums=('7b4a660fd644980f3d45873d156d021a')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -17,3 +16,4 @@ build() {
make DESTDIR=$startdir/pkg install
}
# :mode=shellscript:
+md5sums=('916f65fa68d154621fc0cf1f405f2726')