Created
March 20, 2020 13:05
-
-
Save azenla/0536f82877bde9a6ac137ce2b6f112f3 to your computer and use it in GitHub Desktop.
Revisions
-
azenla created this gist
Mar 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ diff --git a/PKGBUILD b/PKGBUILD index 27b8ad5..53d0bb7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ -# Maintainer Thomas Queiroz <[email protected]> +# Maintainer: Thomas Queiroz <[email protected]> # Contributor: Sergio Schneider <[email protected]> pkgname=mojave-gtk-theme _pkgname=Mojave-gtk-theme pkgver=2020_02_20 -pkgrel=1 +pkgrel=2 pkgdesc='A Mac OSX like theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Pantheon, XFCE, Mate, etc.' arch=('any') depends=('gtk3' 'gtk-engine-murrine' 'gtk-engines') license=('GPL3') url='https://github.com/vinceliuice/Mojave-gtk-theme' -source=("https://github.com/vinceliuice/${_pkgname}/archive/${pkgver//_/-}.tar.gz") -md5sums=('5fb90ac9bd7155f8f51f5814012691bf') +source=("${pkgname}-${pkgver//_/-}.tar.gz::https://github.com/vinceliuice/${_pkgname}/archive/${pkgver//_/-}.tar.gz") +sha512sums=('367b72adca4b07696167624ec649a9a134170cf8fb2e9f76c07cee7b15d6b06c7c55946d0cc21b31f14e02dcec19dd990afba4e5d839631e1150bfd699912521') makedepends=('git') # options=('!strip') conflicts=('mojave-gtk-theme-git')