summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-17 19:36:23 +0100
committerhaawda2019-01-17 19:36:23 +0100
commit199ef9680b8ce3bd67513e7b5ca539bd37785ab4 (patch)
tree0f7c05f8e7f0b0b4b194ce50cc94cd83c96a615d
parente075c88a498d6085fd65add0efefda332029731e (diff)
downloadaur-199ef9680b8ce3bd67513e7b5ca539bd37785ab4.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 94c73e230297..6f2b86bdb9c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20181212
+ pkgver = 1.0.0.20190116
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.20181212.tar.gz
- sha256sums = bf76f43afe81e3733fc8d02583a0887a764023ba7626457a0d98deb48ba38d2a
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20190116.tar.gz
+ sha256sums = 80d2229e28ce415fa7d9c4bf0bbc8659696238497c6194eb24a69a37f9b7f5e3
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 0caa9f31a724..2e7f32ae24ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20181212
+pkgver=1.0.0.20190116
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=('bf76f43afe81e3733fc8d02583a0887a764023ba7626457a0d98deb48ba38d2a')
+sha256sums=('80d2229e28ce415fa7d9c4bf0bbc8659696238497c6194eb24a69a37f9b7f5e3')
build() {