diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:03:20 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-27 14:22:04 +0000 |
commit | 6fc100ffd01942078bc27dfe54f3ae957ff8b99c (patch) | |
tree | 7da166da053b7a12c75f6ef428f987061059c4d7 | |
parent | 0e1abb919971d550022945ba216e30a438775cde (diff) | |
download | aports-6fc100ffd01942078bc27dfe54f3ae957ff8b99c.tar.bz2 aports-6fc100ffd01942078bc27dfe54f3ae957ff8b99c.tar.xz |
main/imake: fix url
-rw-r--r-- | main/imake/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/imake/APKBUILD b/main/imake/APKBUILD index 6f8a17f67a..c0d2f25687 100644 --- a/main/imake/APKBUILD +++ b/main/imake/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=imake pkgver=1.0.8 -pkgrel=0 +pkgrel=1 pkgdesc="X Windows make utility" -url="http://www.x.org" +url="https://www.x.org" arch="all" license="MIT-enna" options="!check" # No test suite. |