summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickaël Thomas2024-03-04 13:28:18 +0100
committerMickaël Thomas2024-03-04 13:28:18 +0100
commit4cd5caa010141fe0af159cf70506b08dd34a5313 (patch)
tree32b34f07e6b55917e437ab7cdf908e2d6ecdcbf6 /PKGBUILD
parentc1f2405aa0d202d72ea1f9eb8f2a1beb3d53d33a (diff)
downloadaur-4cd5caa010141fe0af159cf70506b08dd34a5313.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27c79710c56a..c8e63f09662e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Oleg Finkelshteyn <olegfink@gmail.com>
pkgname=picocom-git
_pkgname=picocom
-pkgver=r384.12537df
+pkgver=r396.ae43434
pkgrel=1
arch=(x86_64 i686)
pkgdesc='Minimal dumb-terminal emulation program, very much like minicom. Development version'
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd $_pkgname
- make
+ make all doc
}
package() {