upgpkg: gnome-shell-extension-blur-my-shell-70-1: new upstream release
This commit is contained in:
parent
dbdcb8d304
commit
3c0f8c1c0b
1 changed files with 4 additions and 5 deletions
9
PKGBUILD
9
PKGBUILD
|
|
@ -2,8 +2,7 @@
|
|||
# OriginalMaintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=gnome-shell-extension-blur-my-shell
|
||||
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
|
||||
pkgver=69
|
||||
_real_pkgver=68-2
|
||||
pkgver=70
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url="https://github.com/aunetx/blur-my-shell"
|
||||
|
|
@ -17,8 +16,8 @@ depends=(
|
|||
makedepends=(
|
||||
git
|
||||
)
|
||||
source=("$pkgname-$pkgver::git+$url.git#tag=v$_real_pkgver")
|
||||
sha256sums=('36843bd69e1015f8035d36f37b8e3221c29beb43290a5a091eb11f14a4310b46')
|
||||
source=("$pkgname-$pkgver::git+$url.git#tag=v$pkgver")
|
||||
b2sums=('e943397543159ee2029436a4796351c3a5a1fab7e8055d738a1c715485462878cabe99f65a98067c0e621027cf3acc389c0b14975e15af6a8f891e4ea0ef53c2')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
@ -45,4 +44,4 @@ package() {
|
|||
install -Dm0644 -t "$pkgdir"/usr/share/glib-2.0/schemas/ schemas/"$schema"
|
||||
}
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 et:
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue