summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 695d3574b674..029068a57798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = gnome-shell-extension-color-picker
depends = dconf
depends = gnome-shell
source = tuberry-color-picker-37.tar.gz::https://github.com/tuberry/color-picker/tarball/e0877dd
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git#commit=adeed6c
sha256sums = 721c74569febe9e008881ada90307b4d86de65e4c076c9a218426ec96de7cb6a
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93a5e7b31937..0df239e5b26e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,12 @@ license=('GPL3')
depends=('dconf' 'gnome-shell')
makedepends=('git' 'meson' 'ninja' 'sassc')
source=("${_pkgbase}-${pkgver}.tar.gz::${url}/tarball/${_commit}"
- "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
+ "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git#commit=adeed6c")
sha256sums=('721c74569febe9e008881ada90307b4d86de65e4c076c9a218426ec96de7cb6a'
'SKIP')
prepare() {
- cd "${_pkgbase}-${_commit}/res/styles/"
- git -C gnome-shell-sass pull || git clone https://gitlab.gnome.org/GNOME/gnome-shell-sass.git
+ cp -r gnome-shell-sass "${_pkgbase}-${_commit}/res/styles/"
}
build() {