diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:09:26 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-27 14:22:04 +0000 |
commit | 27c9807f5265db6251a32173c06e318efae699b3 (patch) | |
tree | 5af57c5f0d99afa296ff5deed2f703045f853017 | |
parent | f44746ddee3a8368d30e4958d9d73e26765a176b (diff) |
main/libestr: fix url
-rw-r--r-- | main/libestr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libestr/APKBUILD b/main/libestr/APKBUILD index f8886f8649f..f65b19c4b72 100644 --- a/main/libestr/APKBUILD +++ b/main/libestr/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=libestr pkgver=0.1.11 -pkgrel=0 +pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" options="!check" # No testsuite -url="http://libestr.adiscon.com" +url="https://libestr.adiscon.com/" arch="all" license="LGPL-2.1-or-later" subpackages="$pkgname-dev" |