summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-05-11 11:24:45 +0200
committerhaawda2019-05-11 11:24:45 +0200
commit6de9d5614e928fc8705a205bb5166ae87d664c59 (patch)
treeed20fc212fa3c09c47021dd0db6ad54fb76a9b42
parent108b70f9f9c3b40715995771d6fa525b41cf1dd6 (diff)
downloadaur-6de9d5614e928fc8705a205bb5166ae87d664c59.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 c6b342a8f1da..dd9a973cc631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.1.20190417
+ pkgver = 1.2.20190510
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.1.20190417.tar.gz
- sha256sums = 2526f869596e00760836338f7ad04d968948db22e4241204326f1d34f3ce128a
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.2.20190510.tar.gz
+ sha256sums = 678655313533efd273685ad6cbe628da274a4272e225edd59ad2c609ad564dfc
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index b6b28909f7ec..ad4f8bebd32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.1.20190417
+pkgver=1.2.20190510
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=('2526f869596e00760836338f7ad04d968948db22e4241204326f1d34f3ce128a')
+sha256sums=('678655313533efd273685ad6cbe628da274a4272e225edd59ad2c609ad564dfc')
build() {