summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2019-07-23 17:51:04 +0200
committerSimon Wilper2019-07-23 17:51:04 +0200
commit974e793e843992adbd8895962c6a981f6c40f523 (patch)
treefe104cfc7fd2e97cb135f988ccf81b78335fde7a
parentff89dba3d484845fa055d1ca0fc605c130ec5e29 (diff)
downloadaur-974e793e843992adbd8895962c6a981f6c40f523.tar.gz
version 2.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9137384c3739..127e0fa6bc0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libplctag
pkgdesc = This library provides a portable and simple API for accessing Allen-Bradley PLC data over Ethernet
- pkgver = 2.0.17
+ pkgver = 2.0.20
pkgrel = 1
url = https://github.com/kyle-github/libplctag
arch = x86_64
license = GPL
makedepends = cmake
- source = https://github.com/kyle-github/libplctag/archive/v2.0.17.tar.gz
- sha512sums = c17616713884aa00333af0750799371481cd06cb30e5915d367b25ea3770a678cabf15c1d500c8a601e73b8fd218005e39ba131aed100539e3066e4ccda81bfc
+ source = https://github.com/kyle-github/libplctag/archive/v2.0.20.tar.gz
+ sha512sums = ce7769512e28cbe647bcfedb7f80f642c42a774db7465c8a24c4263fa4190d4eee18dfa63edd446890e4294ffae4785a4eff2182cd90726dcf9ed234543c87f0
pkgname = libplctag
diff --git a/PKGBUILD b/PKGBUILD
index f5fc8fa83bea..3fd4af34351b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Wilper <sxw@chronowerks.de>
pkgname=libplctag
-pkgver=2.0.17
+pkgver=2.0.20
pkgrel=1
pkgdesc="This library provides a portable and simple API for accessing Allen-Bradley PLC data over Ethernet"
arch=('x86_64')
@@ -9,7 +9,6 @@ url="https://github.com/kyle-github/$pkgname"
license=('GPL')
makedepends=('cmake')
source=("$url/archive/v$pkgver.tar.gz")
-sha512sums=('c17616713884aa00333af0750799371481cd06cb30e5915d367b25ea3770a678cabf15c1d500c8a601e73b8fd218005e39ba131aed100539e3066e4ccda81bfc')
build() {
cd "$pkgname-$pkgver"
@@ -25,3 +24,4 @@ package() {
cd "$pkgname-$pkgver/build"
make DESTDIR="$pkgdir/" install
}
+sha512sums=('ce7769512e28cbe647bcfedb7f80f642c42a774db7465c8a24c4263fa4190d4eee18dfa63edd446890e4294ffae4785a4eff2182cd90726dcf9ed234543c87f0')