summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6daedceaf18..802555d84c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = picocom-git
pkgdesc = Minimal dumb-terminal emulation program, very much like minicom. Development version
- pkgver = r396.ae43434
- pkgrel = 1
+ pkgver = r416.7b6acbd
+ pkgrel = 2
url = https://gitlab.com/wsakernel/picocom
arch = x86_64
arch = i686
license = GPL2
makedepends = git
- makedepends = pandoc
+ makedepends = go-md2man
provides = picocom
conflicts = picocom
source = git+https://gitlab.com/wsakernel/picocom.git
diff --git a/PKGBUILD b/PKGBUILD
index 516ddb9cfd56..1552c87c7461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Oleg Finkelshteyn <olegfink@gmail.com>
pkgname=picocom-git
_pkgname=picocom
-pkgver=r396.ae43434
-pkgrel=1
+pkgver=r416.7b6acbd
+pkgrel=2
arch=(x86_64 i686)
pkgdesc='Minimal dumb-terminal emulation program, very much like minicom. Development version'
url='https://gitlab.com/wsakernel/picocom'
license=(GPL2)
source=('git+https://gitlab.com/wsakernel/picocom.git')
-makedepends=(git pandoc)
+makedepends=(git go-md2man)
conflicts=(picocom)
provides=(picocom)