summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-06 07:26:41 +0200
committerhaawda2018-09-06 07:26:41 +0200
commita73477f6d8163100824a151f2379bd2ff5ed3c4f (patch)
treeb1676d90137a47cee90065d2bd0bb51766e37f61
parentb91ac72126a1e4fdccaa57f2a927fcfaa46ef409 (diff)
downloadaur-a73477f6d8163100824a151f2379bd2ff5ed3c4f.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 8043b5e90ec8..4f969a214426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180827
+ pkgver = 1.0.0.20180905
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.20180827.tar.gz
- sha256sums = 8cf4def09796efb4e145521348b2278d368b50d8cb2da0f219694e8483a38eff
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180905.tar.gz
+ sha256sums = ae269969e892c09fe99ca26ba2b8c5c21fbe7114e1cec158226e80ce93dd1b7f
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index e768c434ac7a..67e6cf37f858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180827
+pkgver=1.0.0.20180905
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=('8cf4def09796efb4e145521348b2278d368b50d8cb2da0f219694e8483a38eff')
+sha256sums=('ae269969e892c09fe99ca26ba2b8c5c21fbe7114e1cec158226e80ce93dd1b7f')
build() {
cd $pkgname-$pkgver