aboutsummaryrefslogtreecommitdiffstats
path: root/community/rest/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rest/APKBUILD')
-rw-r--r--community/rest/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/rest/APKBUILD b/community/rest/APKBUILD
index 859c3e83432..a1473fd2cb1 100644
--- a/community/rest/APKBUILD
+++ b/community/rest/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rest
pkgver=0.8.1
-pkgrel=1
+pkgrel=4
pkgdesc="Library for access to RESTful web services"
-url="http://www.gnome.org"
+url="https://www.gnome.org/"
arch="all"
license="LGPL-2.0-or-later"
makedepends="automake autoconf libtool
@@ -14,7 +14,6 @@ source="https://download.gnome.org/sources/rest/${pkgver%.*}/rest-$pkgver.tar.xz
remove-failing-oauth-tests.patch
"
-
build() {
./configure \
--build=$CBUILD \
@@ -28,8 +27,8 @@ build() {
check() {
make check
-
}
+
package() {
make DESTDIR="$pkgdir" install
}