diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-05-04 13:30:29 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-05-04 13:30:29 +0200 |
commit | 1752ec11fdadabaea5b120aedecf46fbb2495913 (patch) | |
tree | 7ef8374c2955148a9da5b4e1820503b768f604e1 /testing/arc-theme | |
parent | 2bc1c8397a733bf107b14efcbee3bbd22b6749e7 (diff) | |
download | aports-1752ec11fdadabaea5b120aedecf46fbb2495913.tar.bz2 aports-1752ec11fdadabaea5b120aedecf46fbb2495913.tar.xz |
testing/arc-theme: upgrade to 20190330
change to new active development url and source
add new needed makedepends packages
Diffstat (limited to 'testing/arc-theme')
-rw-r--r-- | testing/arc-theme/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/arc-theme/APKBUILD b/testing/arc-theme/APKBUILD index a23481810a..30629d1dff 100644 --- a/testing/arc-theme/APKBUILD +++ b/testing/arc-theme/APKBUILD @@ -1,15 +1,16 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Sascha Paunovic <azarus@posteo.net> pkgname=arc-theme -pkgver=20170302 +pkgver=20190330 pkgrel=0 pkgdesc="A flat theme with transparent elements" -url="https://github.com/horst3180/arc-theme" +url="https://github.com/NicoHood/arc-theme" arch="noarch" license="GPL-3.0" depends="gtk-murrine-engine" -makedepends="automake autoconf libtool gtk+3.0-dev" -source="arc-theme-$pkgver.tar.gz::https://github.com/horst3180/arc-theme/archive/$pkgver.tar.gz" +makedepends="automake autoconf libtool gtk+3.0-dev inkscape optipng sassc" +#https://github.com/NicoHood/arc-theme/archive/20190330.tar.gz +source="arc-theme-$pkgver.tar.gz::https://github.com/NicoHood/arc-theme/archive/$pkgver.tar.gz" options="!check" # no test suite builddir="$srcdir/$pkgname-$pkgver" @@ -36,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03 arc-theme-20170302.tar.gz" +sha512sums="25183c5dc67d91356fe848595051fef88907c1ff18b5186941158d575ebef47b2c79cf0d7fbe2f4be64ad9de11fb859d0ca25b14eef0cfcc0ae15bf5ff9c191f arc-theme-20190330.tar.gz" |