aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-02-02 10:51:45 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-02-02 10:51:45 +0100
commit7d5667d575a4647da4b94f9907e3aa2c9676b61a (patch)
treed8992598f7ea6556914aa2eda49c9f8bdad83ab9
parent566e5709d74e405d283592ae442a949e28511421 (diff)
downloadaports-7d5667d575a4647da4b94f9907e3aa2c9676b61a.tar.bz2
aports-7d5667d575a4647da4b94f9907e3aa2c9676b61a.tar.xz
community/picocom: upgrade to 3.1
-rw-r--r--community/picocom/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/picocom/APKBUILD b/community/picocom/APKBUILD
index 374d3615f0..2e4626bf46 100644
--- a/community/picocom/APKBUILD
+++ b/community/picocom/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=picocom
-pkgver=3.0
+pkgver=3.1
pkgrel=0
pkgdesc="Minimal dumb-terminal emulation program"
url="https://github.com/npat-efault/picocom"
arch="all"
license="GPL-2.0"
depends=""
-makedepends=""
+makedepends="linux-headers"
install=""
options="!check" # upstream doesn't have a test suite.
subpackages="$pkgname-doc"
@@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/${pkgname}/archi
builddir="$srcdir"/$pkgname-$pkgver
build() {
- make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+ make CFLAGS="$CFLAGS -DNO_CUSTOM_BAUD" LDFLAGS="$LDFLAGS" \
-C "$builddir"
}
@@ -33,4 +33,4 @@ package() {
done
}
-sha512sums="3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0 picocom-3.0.tar.gz"
+sha512sums="ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1 picocom-3.1.tar.gz"