summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-04-19 17:21:30 +0200
committerhaawda2019-04-19 17:21:30 +0200
commit108b70f9f9c3b40715995771d6fa525b41cf1dd6 (patch)
tree63fdf6f4c93edc9c0776ae88f195c111dc952e12
parenta4733a5b3ee4d3dbc80967508cbc2e55ed7bce0e (diff)
downloadaur-108b70f9f9c3b40715995771d6fa525b41cf1dd6.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 b3422733c710..c6b342a8f1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20190228
+ pkgver = 1.1.20190417
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.20190228.tar.gz
- sha256sums = ac4ba2ff8933cadfb25bae29a129176b56f75c29be6702b1cd8e766b30c8d014
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.1.20190417.tar.gz
+ sha256sums = 2526f869596e00760836338f7ad04d968948db22e4241204326f1d34f3ce128a
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 51477a9483c3..b6b28909f7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20190228
+pkgver=1.1.20190417
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=('ac4ba2ff8933cadfb25bae29a129176b56f75c29be6702b1cd8e766b30c8d014')
+sha256sums=('2526f869596e00760836338f7ad04d968948db22e4241204326f1d34f3ce128a')
build() {