Skip to content

Instantly share code, notes, and snippets.

@azenla
Created March 20, 2020 13:05
Show Gist options
  • Save azenla/0536f82877bde9a6ac137ce2b6f112f3 to your computer and use it in GitHub Desktop.
Save azenla/0536f82877bde9a6ac137ce2b6f112f3 to your computer and use it in GitHub Desktop.
Recommended patch to conform to namcap standards.
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')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment