diff --git a/PKGBUILD b/PKGBUILD index 27b8ad5..53d0bb7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ -# Maintainer Thomas Queiroz +# Maintainer: Thomas Queiroz # Contributor: Sergio Schneider 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')