summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-08-29 20:13:17 +0200
committerhaawda2019-08-29 20:13:17 +0200
commit6a06f21a3cb7d38be244066fd14911be0bb0c056 (patch)
tree6caae8f2585df365d7cc8c334fed49e5195817de
parentf1bcbb2fcf4431ca588dd966df8e303fc7a0019d (diff)
downloadaur-6a06f21a3cb7d38be244066fd14911be0bb0c056.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 c37cb95e6556..3268c1aa630d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.4.20190731
+ pkgver = 1.4.20190828
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.20190731.tar.gz
- sha256sums = 84f0f8e9344afad013270f4f49a4f4d1422d601e2b37d02ed2c844b154fd232e
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.4.20190828.tar.gz
+ sha256sums = 830541aa73d736d957e2b0553d55bfc94a8b6b9e530aeacceee1163668ae8434
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index b055b4d23000..87ac6a935eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.4.20190731
+pkgver=1.4.20190828
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=('84f0f8e9344afad013270f4f49a4f4d1422d601e2b37d02ed2c844b154fd232e')
+sha256sums=('830541aa73d736d957e2b0553d55bfc94a8b6b9e530aeacceee1163668ae8434')
build() {
cd $pkgname-$pkgver