summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2023-11-05 14:13:19 +0100
committerMichael Schubert2023-11-05 14:13:19 +0100
commitf0f625ad046d9ebaf83fb55d06ce1e861817372d (patch)
tree65a45e5d18dbdd33f692c700da05279096a79e22
parent2868d79ee48e1099fa8ba3f3edef706f5c65b1e1 (diff)
downloadaur-gnome-shell-extension-impatience-git.tar.gz
gnome45 patch merged
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f84662db154..5b315449933c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-impatience-git
pkgdesc = speed up gnome-shell animations
- pkgver = 0.4.8.r4.g0f961b8
- pkgrel = 2
+ pkgver = 0.4.8.r6.gc55aebe
+ pkgrel = 1
url = https://github.com/timbertson/gnome-shell-impatience
install = gschemas.install
arch = any
@@ -12,8 +12,6 @@ pkgbase = gnome-shell-extension-impatience-git
provides = gnome-shell-extension-impatience
conflicts = gnome-shell-extension-impatience
source = git+https://github.com/timbertson/gnome-shell-impatience
- source = https://patch-diff.githubusercontent.com/raw/timbertson/gnome-shell-impatience/pull/33.diff
sha256sums = SKIP
- sha256sums = f604a5df06d1b215aa26858d268c1618accf70c05dc703296ab067502db6a7d7
pkgname = gnome-shell-extension-impatience-git
diff --git a/PKGBUILD b/PKGBUILD
index 35f41cbcd20c..0b32c116d745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=gnome-shell-extension-impatience-git
_pkgname=gnome-shell-impatience
-pkgver=0.4.8.r4.g0f961b8
-pkgrel=2
+pkgver=0.4.8.r6.gc55aebe
+pkgrel=1
pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/timbertson/gnome-shell-impatience"
@@ -12,21 +12,14 @@ makedepends=('git')
conflicts=('gnome-shell-extension-impatience')
provides=('gnome-shell-extension-impatience')
install=gschemas.install
-source=(git+$url
- https://patch-diff.githubusercontent.com/raw/timbertson/gnome-shell-impatience/pull/33.diff)
-sha256sums=('SKIP'
- 'f604a5df06d1b215aa26858d268c1618accf70c05dc703296ab067502db6a7d7')
+source=(git+$url)
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
git describe --long --tags | sed -r 's/version-//;s/([^-]*-g)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/$_pkgname"
- patch --forward --strip=1 --input="$srcdir"/33.diff
-}
-
package() {
cd "$srcdir/$_pkgname/impatience"