aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-18 03:02:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-18 07:47:32 +0000
commitda4acc980702cdbb96b730434197f35ffa6f383c (patch)
tree978986248cc9cbfa4ad9f1592f4189da737bacd5
parent8e77935b2b627f382a077d45d535c334dc7543c7 (diff)
downloadaports-da4acc980702cdbb96b730434197f35ffa6f383c.tar.bz2
aports-da4acc980702cdbb96b730434197f35ffa6f383c.tar.xz
main/glibmm: upgrade to 2.64.0
-rw-r--r--main/glibmm/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/glibmm/APKBUILD b/main/glibmm/APKBUILD
index d1c3a8eb35..3a690e00d1 100644
--- a/main/glibmm/APKBUILD
+++ b/main/glibmm/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glibmm
-pkgver=2.62.0
-pkgrel=1
+pkgver=2.64.0
+pkgrel=0
pkgdesc="C++ wrapper for the GLib toolkit"
url="https://www.gtkmm.org/"
arch="all"
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/glibmm/${pkgver%.*}/glibmm-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -22,7 +21,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
@@ -38,4 +36,4 @@ doc() {
mv "$pkgdir"/usr/share/devhelp "$subpkgdir"/usr/share/
}
-sha512sums="f26fca5724c17d915480556b6918ae6e4999c14a25e7623cda3d37a59d6965310fc2b2d8a8500a849f1d0f00fd2d326eeddc690207846d38a13ae695ad0805de glibmm-2.62.0.tar.xz"
+sha512sums="71e747f5b3f3646a5808592e5ced8e21226a10da1f6341be23e9f8fbd8e385e15524cb870fdf81c958b5baa2e9236be6d7ba6462acfbae6f7f120ef2e1396260 glibmm-2.64.0.tar.xz"