summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-05-24 22:49:17 +0200
committerhaawda2019-05-24 22:49:17 +0200
commitb924f770fce99361209e1bb948816a9a80e2d989 (patch)
tree209b60a43dbeb355095a8ddb7dfe9dc86aecd888
parent6de9d5614e928fc8705a205bb5166ae87d664c59 (diff)
downloadaur-b924f770fce99361209e1bb948816a9a80e2d989.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 dd9a973cc631..4cc66b714d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.2.20190510
+ pkgver = 1.3.20190524
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.2.20190510.tar.gz
- sha256sums = 678655313533efd273685ad6cbe628da274a4272e225edd59ad2c609ad564dfc
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.3.20190524.tar.gz
+ sha256sums = 5bb4bcc574adfccd251ce407a44aeb430ed2abdb8edecebf8933217a07e8bcf3
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index ad4f8bebd32c..f93a4840b20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.2.20190510
+pkgver=1.3.20190524
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=('678655313533efd273685ad6cbe628da274a4272e225edd59ad2c609ad564dfc')
+sha256sums=('5bb4bcc574adfccd251ce407a44aeb430ed2abdb8edecebf8933217a07e8bcf3')
build() {