summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-30 16:43:44 +0200
committerhaawda2018-08-30 16:43:44 +0200
commitb91ac72126a1e4fdccaa57f2a927fcfaa46ef409 (patch)
tree9447c22c6082f2c9416d17ab1f68d4b2f2faede9
parent18917b873d5c787db62d09ed495b41b8d8b52d95 (diff)
downloadaur-b91ac72126a1e4fdccaa57f2a927fcfaa46ef409.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 9437ea7aac6d..8043b5e90ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180712
+ pkgver = 1.0.0.20180827
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.0.0.20180712.tar.gz
- sha256sums = 927917068802a9dc1d0a3e71e43de5453a59748610d13b24ffb2d6f1d1809053
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180827.tar.gz
+ sha256sums = 8cf4def09796efb4e145521348b2278d368b50d8cb2da0f219694e8483a38eff
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index cfdff66f88a4..e768c434ac7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180712
+pkgver=1.0.0.20180827
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=('927917068802a9dc1d0a3e71e43de5453a59748610d13b24ffb2d6f1d1809053')
+sha256sums=('8cf4def09796efb4e145521348b2278d368b50d8cb2da0f219694e8483a38eff')
build() {
cd $pkgname-$pkgver