summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-07-30 11:35:50 +0430
committerAmin Vakil2021-07-30 11:44:39 +0430
commitc111be529af23e31b80303306ec52363bd2f74f7 (patch)
tree86a05487fee12b79d9c9b4f2608673646a13c151 /PKGBUILD
parent890e5bfb373ace8e335a12e5527915af99f0d533 (diff)
downloadaur-c111be529af23e31b80303306ec52363bd2f74f7.tar.gz
Minor improvements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7116014b5434..f7954a510c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ makedepends=('git' 'sassc')
conflicts=('gnome-shell-extension-dash-to-dock')
provides=('gnome-shell-extension-dash-to-dock')
source=("git+https://github.com/micheleg/${_srcname}.git"
- "https://patch-diff.githubusercontent.com/raw/micheleg/${_srcname}/pull/1402.patch")
+ "${pkgname}-1402.patch::https://github.com/micheleg/${_srcname}/pull/1402.patch")
sha256sums=('SKIP'
'SKIP')
@@ -30,7 +30,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
- patch -d "${_srcname}" -p1 -i ../1402.patch
+ patch -d "${_srcname}" -p1 -i ../${pkgname}-1402.patch
}
build() {