summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-08 17:04:41 +0200
committerhaawda2018-04-08 17:04:41 +0200
commitbd23b1bc004e9d8eef559d81b0c8d768b24cf8cf (patch)
treed859387bff8a5ac550b480623b5d1779ebc677c0
parente4bb190bc3e80ceae7277b63271b261038c04ed6 (diff)
downloadaur-bd23b1bc004e9d8eef559d81b0c8d768b24cf8cf.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 9d1dcff8bfb1..a95a77117454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180327
+ pkgver = 1.0.0.20180406
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.20180327.tar.gz
- sha256sums = 7a45cdf6a14f7d440badc7cb7fe636ba2204ec805d5a9a2214cde5e72f9234d2
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180406.tar.gz
+ sha256sums = 944354e5f7a1ebb70792bea7c55b313d91f8de62fd2a734dd28c3f658777e467
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 2dde34cb4ddd..f3416a86e5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180327
+pkgver=1.0.0.20180406
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=('7a45cdf6a14f7d440badc7cb7fe636ba2204ec805d5a9a2214cde5e72f9234d2')
+sha256sums=('944354e5f7a1ebb70792bea7c55b313d91f8de62fd2a734dd28c3f658777e467')
build() {
cd $pkgname-$pkgver