diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 11:10:41 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-22 21:47:37 +0200 |
commit | 0325b008b557fc7d5098c45eb0ef59f752b964a7 (patch) | |
tree | a1fcfc3d93ef3ae44ab6d51ef52367a91a881f1e /testing | |
parent | bfb49ba18c10d0effa72c07fb9ee62635a28a015 (diff) | |
download | aports-0325b008b557fc7d5098c45eb0ef59f752b964a7.tar.bz2 aports-0325b008b557fc7d5098c45eb0ef59f752b964a7.tar.xz |
testing/plata-theme: upgrade to 0.8.1
Closes: GH-7922
Diffstat (limited to 'testing')
-rw-r--r-- | testing/plata-theme/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/plata-theme/APKBUILD b/testing/plata-theme/APKBUILD index ff75ee7171..748d2dda05 100644 --- a/testing/plata-theme/APKBUILD +++ b/testing/plata-theme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=plata-theme -pkgver=0.7.9 +pkgver=0.8.1 pkgrel=0 pkgdesc="Gtk theme based on Material Design Refresh" url="https://gitlab.com/tista500/plata-theme" @@ -23,7 +23,6 @@ makedepends=" gtk+3.0-dev gtk-murrine-engine" source="https://gitlab.com/tista500/plata-theme/-/archive/${pkgver}/plata-theme-${pkgver}.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { autoreconf -fi @@ -43,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="138ab16996cfeced8d5e35d81a05c7da3b81262c52f343fefab373d7bcc788aa03f4a89c94e3f4b33e7651ae08ffbb9d9284bbd6f22de443178007a557fddd8e plata-theme-0.7.9.tar.gz" +sha512sums="fc0ef5d975fb51bd329a352fe16878fee14eb874d992cd8e688a5decc2ca3f7656406206a1409fecb385f2322053a787c94f06fc80505d7b37337be79d3c6845 plata-theme-0.8.1.tar.gz" |