summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-12-15 20:37:21 +0100
committerhaawda2018-12-15 20:37:21 +0100
commite075c88a498d6085fd65add0efefda332029731e (patch)
treedf0b06f6600c577c21dbf02759f0e46339e0e0bc
parent2bd89a3902b22afb714889bd140b511502049da3 (diff)
downloadaur-e075c88a498d6085fd65add0efefda332029731e.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 63746518e8e7..94c73e230297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20181105
+ pkgver = 1.0.0.20181212
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.20181105.tar.gz
- sha256sums = eec57c0b562da3e92420cfe058f3d173b7e0d577f97e2258adfe9c1005df48cf
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20181212.tar.gz
+ sha256sums = bf76f43afe81e3733fc8d02583a0887a764023ba7626457a0d98deb48ba38d2a
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index d54b6a6e4555..0caa9f31a724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20181105
+pkgver=1.0.0.20181212
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=('eec57c0b562da3e92420cfe058f3d173b7e0d577f97e2258adfe9c1005df48cf')
+sha256sums=('bf76f43afe81e3733fc8d02583a0887a764023ba7626457a0d98deb48ba38d2a')
build() {