diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 15:48:50 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-19 14:48:21 +0000 |
commit | ae8218c0ef869f3f0c84518bc4f64289fb1a6397 (patch) | |
tree | 7873aeda0da7a625f8894c39b5dfc364a7de5b77 /main/libmowgli | |
parent | 3755e1591d766bee030fae26f8a81c23e47e011e (diff) | |
download | aports-ae8218c0ef869f3f0c84518bc4f64289fb1a6397.tar.bz2 aports-ae8218c0ef869f3f0c84518bc4f64289fb1a6397.tar.xz |
main/libmowgli: fix url
Diffstat (limited to 'main/libmowgli')
-rw-r--r-- | main/libmowgli/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libmowgli/APKBUILD b/main/libmowgli/APKBUILD index 85c6f2f5b2..b702914faa 100644 --- a/main/libmowgli/APKBUILD +++ b/main/libmowgli/APKBUILD @@ -1,16 +1,14 @@ -# Contributor: -# Maintainer: +# Contributor: +# Maintainer: pkgname=libmowgli pkgver=2.1.3 pkgrel=3 pkgdesc="C library framework designed to reduce writing of boilerplate code" -url="http://atheme.org/project/mowgli" +url="http://atheme.org/projects/libmowgli.html" arch="all" options="!check" # No test suite. license="ISC" -depends= makedepends="openssl-dev" -install= subpackages="$pkgname-dev" source="https://github.com/atheme/libmowgli-2/archive/v$pkgver/libmowgli-$pkgver.tar.gz cacheline.patch" |