summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-19 20:16:33 +0200
committerhaawda2019-10-19 20:16:33 +0200
commit14b3905266bdcf84c3c0dabb9f352ae224e844e1 (patch)
treecaa03a1c1c3a9833f1065a2abebb30761e892d23
parent6d69eae552c43fe29620d7ab159a1f13b8b4bc81 (diff)
downloadaur-14b3905266bdcf84c3c0dabb9f352ae224e844e1.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1434151ab463..7533bc37ea69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.4.20190927
+ pkgver = 1.5.20191018
pkgrel = 1
arch = x86_64
license = GPL
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.4.20190927.tar.gz
- sha256sums = b5fb317e9c647fb140f4e0f15b7cf6acf1bdd624b9f982a11683b7e8318915e3
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.5.20191018.tar.gz
+ sha256sums = 5c3cff3bb18230cfed89e84c81fd781fa74d35e1d11cce0c9c077d8cb5c6ebbc
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index d6ad9d42cc76..847db26d17ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.4.20190927
+pkgver=1.5.20191018
pkgrel=1
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b5fb317e9c647fb140f4e0f15b7cf6acf1bdd624b9f982a11683b7e8318915e3')
+sha256sums=('5c3cff3bb18230cfed89e84c81fd781fa74d35e1d11cce0c9c077d8cb5c6ebbc')
build() {
cd $pkgname-$pkgver