diff options
-rw-r--r-- | main/mate-backgrounds/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/mate-backgrounds/APKBUILD b/main/mate-backgrounds/APKBUILD index 88a5cca9df..9d2232a68a 100644 --- a/main/mate-backgrounds/APKBUILD +++ b/main/mate-backgrounds/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-backgrounds -pkgver=1.9.90 -pkgrel=1 +pkgver=1.10.0 +pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" arch="noarch" @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev intltool" install="" subpackages="" -source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" +source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -41,6 +41,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="699fdfedde63cbe7f4a0928e6e9ec2cc mate-backgrounds-1.9.90.tar.xz" -sha256sums="f9728de1b67dfac709841ed9dfc1f9bd2ef111761825b76df61d4cefd3d1779e mate-backgrounds-1.9.90.tar.xz" -sha512sums="8b11d6ac026d8dcacd50a446405367ecf93f5408055fb7a79cbd1736005640e865b7e22e1812e0d628b4e34742dc128467f946fa56c396c6edd44652850ae058 mate-backgrounds-1.9.90.tar.xz" +md5sums="479002dcea97ade8747cd6c1ba13e06f mate-backgrounds-1.10.0.tar.xz" +sha256sums="fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 mate-backgrounds-1.10.0.tar.xz" +sha512sums="b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea mate-backgrounds-1.10.0.tar.xz" |