summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2022-08-30 08:39:10 +0200
committerNicola Murino2022-08-30 08:39:10 +0200
commit8250a0e713417554fef88213b15e8a375ba26af7 (patch)
treebd932576b915f510aad89f55256c550deb29551a /PKGBUILD
parentf739995bce6607443f3f5f8ff23e8ec2bc30fec6 (diff)
downloadaur-8250a0e713417554fef88213b15e8a375ba26af7.tar.gz
remove patch to fix stylesheet
it is not required anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abaf3ebee22b..be61714c61b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
pkgver=73
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
@@ -16,22 +16,14 @@ license=('GPL')
depends=('gnome-shell')
makedepends=('intltool' 'gettext' 'git' 'sassc')
_commit=a6a13c72c7d4187f466788978585d80aedc95916
-source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit"
- "1720.patch")
-sha256sums=('SKIP'
- 'f9f1c15e6e1cdfa027478f35ded42fdbb438b7f98650f9f54c9145a36cdd6fa3')
+source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}"/${_pkgname}
git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g'
}
-prepare() {
- cd "${srcdir}"/${_pkgname}
- # https://github.com/micheleg/dash-to-dock/pull/1720
- patch -Np1 -i ../1720.patch
-}
-
build() {
cd "${srcdir}"/${_pkgname}
make