diff options
author | mschubert | 2021-04-27 21:33:38 +0200 |
---|---|---|
committer | mschubert | 2021-04-27 21:33:38 +0200 |
commit | fb3dd0a9f27e8daf3761e89ad23182fa00be4967 (patch) | |
tree | 1b9536e7ea5e8c760b7fd9c2a8d1326c24c6e7c6 | |
parent | 1fc60007698afbe4ee5c909dc1c646b88c0b51e5 (diff) | |
download | aur-fb3dd0a9f27e8daf3761e89ad23182fa00be4967.tar.gz |
track gnome40 compat upstream
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 15 |
2 files changed, 7 insertions, 16 deletions
@@ -1,17 +1,15 @@ pkgbase = gnome-shell-extension-drop-down-terminal-git pkgdesc = Drop Down Terminal extension for the Gnome Shell - pkgver = 24.r2.ga59669a - pkgrel = 2 + pkgver = 24.r10.g91ab851 + pkgrel = 1 url = https://github.com/zzrough/gs-extensions-drop-down-terminal install = drop-down-terminal.install arch = any license = GPL3 makedepends = git depends = gnome-shell - source = git+https://github.com/zzrough/gs-extensions-drop-down-terminal - source = https://patch-diff.githubusercontent.com/raw/zzrough/gs-extensions-drop-down-terminal/pull/245.diff + source = git+https://github.com/ccat3z/gs-extensions-drop-down-terminal sha256sums = SKIP - sha256sums = 9086cb782959a315b33262e0ec77af32f2fe21733af612f1930cb8806bab14b7 pkgname = gnome-shell-extension-drop-down-terminal-git @@ -3,8 +3,8 @@ _pkgname=drop-down-terminal _gitname=gs-extensions-$_pkgname pkgname=gnome-shell-extension-$_pkgname-git -pkgver=24.r2.ga59669a -pkgrel=2 +pkgver=24.r10.g91ab851 +pkgrel=1 pkgdesc="Drop Down Terminal extension for the Gnome Shell" arch=('any') url="https://github.com/zzrough/$_gitname" @@ -12,21 +12,14 @@ license=('GPL3') depends=('gnome-shell') makedepends=('git') install=$_pkgname.install -source=(git+https://github.com/zzrough/$_gitname - https://patch-diff.githubusercontent.com/raw/zzrough/gs-extensions-drop-down-terminal/pull/245.diff) -sha256sums=('SKIP' - '9086cb782959a315b33262e0ec77af32f2fe21733af612f1930cb8806bab14b7') +source=(git+https://github.com/ccat3z/$_gitname) +sha256sums=('SKIP') pkgver() { cd "$srcdir"/$_gitname git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' } -prepare() { - cd "$srcdir"/$_gitname - patch --forward --strip=1 --input="$srcdir"/245.diff -} - package() { _uuid='drop-down-terminal@gs-extensions.zzrough.org' |