diff options
Diffstat (limited to 'pcr-testing/parabola-theme-blackmate/PKGBUILD')
-rw-r--r-- | pcr-testing/parabola-theme-blackmate/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr-testing/parabola-theme-blackmate/PKGBUILD b/pcr-testing/parabola-theme-blackmate/PKGBUILD index c76251fb8..cbd275696 100644 --- a/pcr-testing/parabola-theme-blackmate/PKGBUILD +++ b/pcr-testing/parabola-theme-blackmate/PKGBUILD @@ -3,7 +3,7 @@ pkgname=parabola-theme-blackmate pkgver=3.22.16 -pkgrel=parabola4 +pkgrel=parabola5 pkgdesc="Parabola's dark desktop theme" arch=('any') license=('GPL3') @@ -12,14 +12,14 @@ url=https://mate-desktop.org depends=('qt5ct' 'qt5-styleplugins') makedepends=('git') -source=(https://git.parabola.nu/artwork.git/snapshot/official%2F2018.tar.gz) +source=(git+https://git.parabola.nu/artwork.git#branch=official/2018) install=$pkgname.install -sha256sums=('d1c57dabfc735ca6eef2f116d8c83ac1c5c1f20f89a6b5f5459982c822186044') +sha256sums=('SKIP') package() { - cd $srcdir/official/2018/gtk-themes/parabola-blackmate + cd $srcdir/artwork/gtk-themes/parabola-blackmate mkdir -p ${pkgdir}/usr/share/themes/parabola-blackmate for ea in apps cinnamon gtk-2.0 gtk-3.0 metacity-1 qt5ct unity index.theme |