summaryrefslogtreecommitdiff
path: root/extra/libftdi
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
commitbf1c001b59869cf10e5921b4f38d1f69db2db76c (patch)
treea472ad2701076586f54fbd0859fe2e5c8311184b /extra/libftdi
parentaebba8cfcb8c0ef8befa351c73fbd228e07475e2 (diff)
parent1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/60-vhba.rules community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.install community/guake/PKGBUILD core/openssl/PKGBUILD extra/mesa/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/dhcpcd/PKGBUILD
Diffstat (limited to 'extra/libftdi')
-rw-r--r--extra/libftdi/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libftdi/PKGBUILD b/extra/libftdi/PKGBUILD
index d4a8f3cba..dc380353c 100644
--- a/extra/libftdi/PKGBUILD
+++ b/extra/libftdi/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 125350 2011-05-26 02:17:50Z eric $
+# $Id: PKGBUILD 153977 2012-03-21 07:09:24Z eric $
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libftdi
-pkgver=0.19
+pkgver=0.20
pkgrel=1
pkgdesc="A library to talk to FTDI chips"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,9 +11,9 @@ license=('GPL2' 'LGPL2.1')
depends=('libusb-compat' 'gcc-libs')
makedepends=('boost')
options=('!libtool')
-source=("http://www.intra2net.com/en/developer/libftdi/download/$pkgname-$pkgver.tar.gz")
-md5sums=('e6e25f33b4327b1b7aa1156947da45f3')
-sha1sums=('0f08caf8e754ace69cd682489fae3f7f09920fe1')
+source=(http://www.intra2net.com/en/developer/libftdi/download/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
+ '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
build() {
cd "$srcdir/$pkgname-$pkgver"