summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 263a68a559e8..4675c96e1e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,24 @@
-# Maintainer: CountMurphy <spartan1086@gmail.com>
-# Maintainer: Shelvacu <aur@shelvacu.com>
+# Maintainer: motte <motte22 at protonmail dot com>
+# Contributor: CountMurphy <spartan1086@gmail.com>
+# Contributor: Shelvacu <aur@shelvacu.com>
_gitname=libserial
pkgname="${_gitname}-git"
-pkgver=r516.ff5b6b0
+pkgver=r530.2acb0c4
pkgrel=1
pkgdesc="A library for accessing serial ports on POSIX systems (git version)"
arch=('x86_64')
url="https://github.com/crayzeewulf/${_gitname}/"
license=('GPL2')
makedepends=(
- 'git'
+ 'git'
'python-sip'
'python-sphinx'
'python-sphinx_rtd_theme'
'gtest'
'boost'
+ 'cmake'
+ 'doxygen'
)
conflicts=("${_gitname}")
provides=("${_gitname}")