summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-09-28 11:48:12 +0200
committerhaawda2019-09-28 11:48:12 +0200
commit6d69eae552c43fe29620d7ab159a1f13b8b4bc81 (patch)
treefa6e926e4278312d85f71d24c78aa92d7f0c8a34
parenta6887a458c9a4c8faa51e6b43ca8440d119a6bb0 (diff)
downloadaur-6d69eae552c43fe29620d7ab159a1f13b8b4bc81.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 3268c1aa630d..1434151ab463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.4.20190828
+ pkgver = 1.4.20190927
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.20190828.tar.gz
- sha256sums = 830541aa73d736d957e2b0553d55bfc94a8b6b9e530aeacceee1163668ae8434
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.4.20190927.tar.gz
+ sha256sums = b5fb317e9c647fb140f4e0f15b7cf6acf1bdd624b9f982a11683b7e8318915e3
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 87ac6a935eb5..d6ad9d42cc76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.4.20190828
+pkgver=1.4.20190927
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=('830541aa73d736d957e2b0553d55bfc94a8b6b9e530aeacceee1163668ae8434')
+sha256sums=('b5fb317e9c647fb140f4e0f15b7cf6acf1bdd624b9f982a11683b7e8318915e3')
build() {
cd $pkgname-$pkgver