summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-03-28 23:10:24 +0200
committerhaawda2018-03-28 23:10:24 +0200
commite4bb190bc3e80ceae7277b63271b261038c04ed6 (patch)
tree6b97e43c31cde8c14ea5a981962aa3dbfde79cf2
parent6ce8dcb9e788391693cea2deb4e5c771d30d329e (diff)
downloadaur-e4bb190bc3e80ceae7277b63271b261038c04ed6.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21fabb97bb6..9d1dcff8bfb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180307
+ pkgver = 1.0.0.20180327
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.20180307.tar.gz
- sha256sums = 4c9135e9eece38373fa144eafc4a4e161115e0713597dfba949c326a47059460
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180327.tar.gz
+ sha256sums = 7a45cdf6a14f7d440badc7cb7fe636ba2204ec805d5a9a2214cde5e72f9234d2
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 33925c18b811..2dde34cb4ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180307
+pkgver=1.0.0.20180327
pkgrel=1
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
@@ -10,11 +10,12 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('4c9135e9eece38373fa144eafc4a4e161115e0713597dfba949c326a47059460')
+sha256sums=('7a45cdf6a14f7d440badc7cb7fe636ba2204ec805d5a9a2214cde5e72f9234d2')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
+ make
}
package() {