summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-05-01 13:28:14 +0430
committerGitHub2021-05-01 13:28:14 +0430
commit22c51b36fb29b00398e36469c8383d16e9804c4d (patch)
tree5219163be25b952a0c057d90203d76aa7570bab1
parent287e4564a2e479b01a2ade167f065343198d3dd0 (diff)
downloadaur-22c51b36fb29b00398e36469c8383d16e9804c4d.tar.gz
add sassc to makedepends
* add sassc to makedepends * upgpkg: gnome-shell-extension-dash-to-dock-git 69.r13.ga081e41-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e275d10dd3a..ca3eb23a2c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = move the dash out of the overview transforming it in a dock
- pkgver = 69.r11.g7a2c87b
- pkgrel = 3
+ pkgver = 69.r13.ga081e41
+ pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
license = GPL
makedepends = git
+ makedepends = sassc
depends = gnome-shell
provides = gnome-shell-extension-dash-to-dock
conflicts = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index dce757dd7865..1925f4f535fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
_srcname=dash-to-dock
pkgname=gnome-shell-extension-dash-to-dock-git
-pkgver=69.r11.g7a2c87b
-pkgrel=3
+pkgver=69.r13.ga081e41
+pkgrel=1
pkgdesc="move the dash out of the overview transforming it in a dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
_giturl="git+https://github.com/micheleg/dash-to-dock/"
license=('GPL')
depends=('gnome-shell')
-makedepends=('git')
+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")
@@ -28,6 +28,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
+ export SASS=sassc
cd "${_srcname}"
make VERSION="$pkgver" _build
}