summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-10-04 09:46:39 +0330
committerGitHub2021-10-04 09:46:39 +0330
commita88026d70b20d48b4e88763eb87554a05a405e58 (patch)
tree49c994d96fb6261af3f8f98b9e90d22b536ce663
parentc111be529af23e31b80303306ec52363bd2f74f7 (diff)
downloadaur-a88026d70b20d48b4e88763eb87554a05a405e58.tar.gz
upgpkg: gnome-shell-extension-dash-to-dock-git 69.r118.g9605dd6-1
PR 1402 has been merged!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86d2a41d22d..6030d014cac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = move the dash out of the overview transforming it in a dock
- pkgver = 69.r14.g302c693
+ pkgver = 69.r118.g9605dd6
pkgrel = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
@@ -11,8 +11,6 @@ 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 = gnome-shell-extension-dash-to-dock-git-1402.patch::https://github.com/micheleg/dash-to-dock/pull/1402.patch
- sha256sums = SKIP
sha256sums = SKIP
pkgname = gnome-shell-extension-dash-to-dock-git
diff --git a/PKGBUILD b/PKGBUILD
index f7954a510c1b..4d4d3fafa8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_srcname=dash-to-dock
pkgname=gnome-shell-extension-dash-to-dock-git
-pkgver=69.r14.g302c693
+pkgver=69.r118.g9605dd6
pkgrel=1
pkgdesc="move the dash out of the overview transforming it in a dock"
arch=('any')
@@ -17,10 +17,8 @@ depends=('gnome-shell')
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"
- "${pkgname}-1402.patch::https://github.com/micheleg/${_srcname}/pull/1402.patch")
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/micheleg/${_srcname}.git")
+sha256sums=('SKIP')
pkgver() {
cd "${_srcname}"
@@ -29,10 +27,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- patch -d "${_srcname}" -p1 -i ../${pkgname}-1402.patch
-}
-
build() {
export SASS=sassc
cd "${_srcname}"