summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfedefranc2023-01-28 18:36:51 +0100
committerfedefranc2023-01-28 18:36:51 +0100
commitf4892426a987d2085c3e89dd4476bb080131f136 (patch)
tree353c7f310bea7f52b44ea787b679eaea46307cd2 /PKGBUILD
parent5fdb266536e6dd08184a1bc98eefa207e0ac0cab (diff)
downloadaur-libmodbus-git.tar.gz
Updated PKGBUILD with git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a526197eecdb..34b1ce20c8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
+# Maintainer: fedefranc <ffaur-at-duck-dot-com>
+# Contributor: darkshines
# Contributor: Stas Elensky <stas-at-flexsys-dot-com-dot-ua>
# Contributor: honzor
pkgname=libmodbus-git
_gitname=libmodbus
-pkgver=3.1.4.r22.df7d633
+pkgver=3.1.10.r2.b25629b
pkgrel=1
pkgdesc="A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32 (github version)"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url="http://libmodbus.org"
+url="https://libmodbus.org"
license=('LGPL')
+depends=('glibc')
makedepends=(git asciidoc xmlto)
provides=(libmodbus)
conflicts=(libmodbus)
options=(!libtool)
-source=(git://github.com/stephane/libmodbus.git)
+source=(git+https://github.com/stephane/libmodbus.git)
md5sums=('SKIP')
pkgver() {