summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-02-09 00:24:16 -0500
committerChris Severance2018-02-09 00:24:16 -0500
commit0e70ab0a14d00970b60316145ba35cb64f255c0f (patch)
tree7094caf2f1898fd503b00f6a1e03260540ee07c2 /PKGBUILD
parent42a1494ba8eba5d1c95bdfb225da2b9317104434 (diff)
downloadaur-git-aurcheck.tar.gz
Move source to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9015af7ad19e..6248cccc2437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
set -u
pkgname='git-aurcheck'
-pkgver=0.62
-pkgrel=1
+pkgver='0.62'
+pkgrel='1'
pkgdesc='a helper like namcap that checks and offers solutions for common problems in git submissions to the AUR'
arch=('any')
license=('GPL')
depends=('bash' 'pkgbuild-introspection' 'git' 'pcre2')
-source=("${pkgname}.sh")
+source=("https://raw.githubusercontent.com/severach/ArchLinuxScripts/master/${pkgname}.sh")
sha256sums=('46f215bddddc1d0fa16621b7b16ab5f5e263294987702dcecc0ebd9b205a6a0e')
#install='installfoo'; source+=("${install}") # generate errors for us to detect
@@ -20,11 +20,6 @@ pkgver() {
set +u
}
-prepare() {
- set -u
- set +u
-}
-
package() {
set -u
install -Dpm755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"