aboutsummaryrefslogtreecommitdiffstats
path: root/main/hicolor-icon-theme/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/hicolor-icon-theme/APKBUILD')
-rw-r--r--main/hicolor-icon-theme/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/hicolor-icon-theme/APKBUILD b/main/hicolor-icon-theme/APKBUILD
index f414df9ecd0..bdaf25cca16 100644
--- a/main/hicolor-icon-theme/APKBUILD
+++ b/main/hicolor-icon-theme/APKBUILD
@@ -1,16 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hicolor-icon-theme
pkgver=0.17
-pkgrel=1
+pkgrel=2
pkgdesc="Freedesktop.org Hicolor icon theme"
url="https://www.freedesktop.org/wiki/Software/icon-theme/"
arch="noarch"
options="!check" # Just icon set, no tests.
license="GPL-2.0-only"
-source="https://icon-theme.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
+source="https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -19,7 +18,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}