summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-03-01 04:46:57 +0100
committerhaawda2019-03-01 04:46:57 +0100
commita4733a5b3ee4d3dbc80967508cbc2e55ed7bce0e (patch)
tree52f66c7bed6063246e0a67d21eabec9d20a2d8a0
parentfa7660db1d1029a20f21495149d831fab30181eb (diff)
downloadaur-a4733a5b3ee4d3dbc80967508cbc2e55ed7bce0e.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 e3e7d0058f75..b3422733c710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20190129
+ pkgver = 1.0.0.20190228
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.20190129.tar.gz
- sha256sums = 614cc7220c2aadcb0ef55a1ae449d635b55156519722cdf01e54e8a601a7ad20
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20190228.tar.gz
+ sha256sums = ac4ba2ff8933cadfb25bae29a129176b56f75c29be6702b1cd8e766b30c8d014
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index d6b3f822e40f..51477a9483c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20190129
+pkgver=1.0.0.20190228
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=('614cc7220c2aadcb0ef55a1ae449d635b55156519722cdf01e54e8a601a7ad20')
+sha256sums=('ac4ba2ff8933cadfb25bae29a129176b56f75c29be6702b1cd8e766b30c8d014')
build() {