summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-09 18:24:48 +0200
committerhaawda2018-05-09 18:24:48 +0200
commit99de662f8559e3c9b88eeb1f436b75330d710a7d (patch)
treeb7d0fd52529f99bb3a462bdabf39f9da5bbf4c70
parentbd23b1bc004e9d8eef559d81b0c8d768b24cf8cf (diff)
downloadaur-99de662f8559e3c9b88eeb1f436b75330d710a7d.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 a95a77117454..a787bbe3a8f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180406
+ pkgver = 1.0.0.20180508
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.20180406.tar.gz
- sha256sums = 944354e5f7a1ebb70792bea7c55b313d91f8de62fd2a734dd28c3f658777e467
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180508.tar.gz
+ sha256sums = daea6d80b41270b95c7521cd1e978ee70a0d8d5bc37fea315cebdfd4d50c71db
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index f3416a86e5a7..dea66b924396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180406
+pkgver=1.0.0.20180508
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=('944354e5f7a1ebb70792bea7c55b313d91f8de62fd2a734dd28c3f658777e467')
+sha256sums=('daea6d80b41270b95c7521cd1e978ee70a0d8d5bc37fea315cebdfd4d50c71db')
build() {
cd $pkgname-$pkgver