summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-07-30 11:35:50 +0430
committerAmin Vakil2021-07-30 11:44:39 +0430
commitc111be529af23e31b80303306ec52363bd2f74f7 (patch)
tree86a05487fee12b79d9c9b4f2608673646a13c151
parent890e5bfb373ace8e335a12e5527915af99f0d533 (diff)
downloadaur-c111be529af23e31b80303306ec52363bd2f74f7.tar.gz
Minor improvements
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e89b3167cec..b86d2a41d22d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-dash-to-dock-git
provides = gnome-shell-extension-dash-to-dock
conflicts = gnome-shell-extension-dash-to-dock
source = git+https://github.com/micheleg/dash-to-dock.git
- source = https://patch-diff.githubusercontent.com/raw/micheleg/dash-to-dock/pull/1402.patch
+ source = gnome-shell-extension-dash-to-dock-git-1402.patch::https://github.com/micheleg/dash-to-dock/pull/1402.patch
sha256sums = SKIP
sha256sums = SKIP
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() {