~alpine/aports

testing/sacc: upgrade to 1.01 v1 APPLIED

Sascha Paunovic: 1
 testing/sacc: upgrade to 1.01

 1 files changed, 6 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3326/mbox | git am -3
Learn more about email & git

[PATCH] testing/sacc: upgrade to 1.01 Export this patch

sacc also doesn't have options, and the source doesn't have a "v"
in it anymore.
---
 testing/sacc/APKBUILD | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/testing/sacc/APKBUILD b/testing/sacc/APKBUILD
index 2a6695a5bb..89a11f6a42 100644
--- a/testing/sacc/APKBUILD
+++ b/testing/sacc/APKBUILD
@@ -1,16 +1,17 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=sacc
pkgver=1.00
pkgrel=1
pkgver=1.01
pkgrel=0
pkgdesc="saccomys, simple console gopher client"
url="gopher://bitreich.org/1/scm/sacc"
arch="all"
license="ISC"
options="!check" # sacc does not have checks
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
source="ftp://bitreich.org/releases/$pkgname/$pkgname-v$pkgver.tgz"
builddir="$srcdir/$pkgname-v$pkgver"
source="ftp://bitreich.org/releases/$pkgname/$pkgname-$pkgver.tgz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
@@ -22,4 +23,4 @@ package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}

sha512sums="9bc45264246f1b3fbc54b621963d8eeec6dd45b3c0e3a329e0755189b69fdafd385689f75bc2ec2ff85960d96cf7bba9816e6dc1aa43c5750d093719806dc2c2  sacc-v1.00.tgz"
sha512sums="1bbe863c406db9cf23d63b655310f7100bc3cdca88b53a12330e3259b9ad1bc814f8c177f7afc387c681da99d7eac91d5219133fb133dc1b7f93bdc5cb008f70  sacc-1.01.tgz"
-- 
2.26.2