diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 13:13:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 17:15:34 +0000 |
commit | ad429e4f6f97a41ebd98baa7d3ef973e081c55f7 (patch) | |
tree | 7715c2a7bff96c335015c76786e916297cd8d8c9 | |
parent | e31ef0d12101a82dabb3ae983557fc982df6105a (diff) | |
download | aports-ad429e4f6f97a41ebd98baa7d3ef973e081c55f7.tar.bz2 aports-ad429e4f6f97a41ebd98baa7d3ef973e081c55f7.tar.xz |
community/gnuplot: rebuild against readline 8
-rw-r--r-- | community/gnuplot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD index 80d7e049af..97df2bad7a 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=gnuplot pkgver=5.2.6 -pkgrel=0 +pkgrel=1 pkgdesc="Utility for plotting graphs" url="http://www.gnuplot.info/" arch="all" |