summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-07-13 08:53:45 +0200
committerhaawda2018-07-13 08:53:45 +0200
commit18917b873d5c787db62d09ed495b41b8d8b52d95 (patch)
treebbad68cd24b494952db358ccbfa4214619780229
parent0484f0d7da9a7db37a4d4afa44e7040489658df9 (diff)
downloadaur-18917b873d5c787db62d09ed495b41b8d8b52d95.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 35245ebdd124..9437ea7aac6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180704
+ pkgver = 1.0.0.20180712
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.20180704.tar.gz
- sha256sums = 87254d0f1c30f59c2dcb0e1321bb95707f948df9f5196de09500c7b98c7f8586
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180712.tar.gz
+ sha256sums = 927917068802a9dc1d0a3e71e43de5453a59748610d13b24ffb2d6f1d1809053
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index f52e05e78c7e..cfdff66f88a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180704
+pkgver=1.0.0.20180712
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=('87254d0f1c30f59c2dcb0e1321bb95707f948df9f5196de09500c7b98c7f8586')
+sha256sums=('927917068802a9dc1d0a3e71e43de5453a59748610d13b24ffb2d6f1d1809053')
build() {
cd $pkgname-$pkgver