summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrimist2023-07-18 21:26:37 -0700
committercrimist2023-07-18 21:26:37 -0700
commit2baaffdb2fcba888cbf37e0c39b5c21a52f578d2 (patch)
tree2c624a08d2e3f6915640b38648ca0ef82ed5be09 /PKGBUILD
parent3d5a66adb75e82ea1abad12982da82c738bae2ca (diff)
downloadaur-2baaffdb2fcba888cbf37e0c39b5c21a52f578d2.tar.gz
use gnome-shell-sass source as real dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {