summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2017-05-07 22:33:52 +0200
committerSebastian 'Swift Geek' Grzywna2017-05-07 22:33:52 +0200
commit3a95d26e5f8e014e9aff84d012f0d8ab976a584e (patch)
tree7fc068da6ba61b9710e7f2f888d58a7c5dcba4b1
parentbaca0e6aefc1da080844e07417ba0a266cba27f6 (diff)
downloadaur-3a95d26e5f8e014e9aff84d012f0d8ab976a584e.tar.gz
Bump to 0.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01ea6f13b85..150879bd35e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun May 7 20:33:07 UTC 2017
pkgbase = python-pylibftdi
pkgdesc = Pythonic interface to FTDI devices using libftdi
- pkgver = 0.14
+ pkgver = 0.15.0
pkgrel = 1
url = http://bitbucket.org/codedstructure/pylibftdi
arch = any
license = MIT
depends = python
depends = libftdi
- source = http://pypi.python.org/packages/source/p/pylibftdi/pylibftdi-0.14.tar.gz
- md5sums = 974d43f72e07af71ccf675e5cf12cf8a
+ source = http://pypi.python.org/packages/source/p/pylibftdi/pylibftdi-0.15.0.tar.gz
+ md5sums = eaee7fb3a67f33a35a164a9628daaafe
pkgname = python-pylibftdi
diff --git a/PKGBUILD b/PKGBUILD
index 2ff477be6cbe..c73bd1459a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Randy Heydon <randy.heydon at clockworklab dot net>
pkgname=python-pylibftdi
-pkgver=0.14
+pkgver=0.15.0
pkgrel=1
pkgdesc="Pythonic interface to FTDI devices using libftdi"
arch=(any)
@@ -8,7 +8,7 @@ url="http://bitbucket.org/codedstructure/pylibftdi"
license=('MIT')
depends=('python' 'libftdi')
source=(http://pypi.python.org/packages/source/p/pylibftdi/pylibftdi-$pkgver.tar.gz)
-md5sums=('974d43f72e07af71ccf675e5cf12cf8a')
+md5sums=('eaee7fb3a67f33a35a164a9628daaafe')
package () {
cd $srcdir/pylibftdi-$pkgver