upgpkg: gnome-shell-extension-arch-update-65-1: new upstream release
This commit is contained in:
parent
96929019cb
commit
92d4e81f65
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = gnome-shell-extension-arch-update
|
pkgbase = gnome-shell-extension-arch-update
|
||||||
pkgdesc = Update indicator for ArchLinux and Gnome-Shell
|
pkgdesc = Update indicator for ArchLinux and Gnome-Shell
|
||||||
pkgver = 64
|
pkgver = 65
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/RaphaelRochet/arch-update
|
url = https://github.com/RaphaelRochet/arch-update
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
|
|
@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-arch-update
|
||||||
depends = gnome-shell>=1.46
|
depends = gnome-shell>=1.46
|
||||||
depends = pacman-contrib
|
depends = pacman-contrib
|
||||||
optdepends = gnome-terminal
|
optdepends = gnome-terminal
|
||||||
source = gnome-shell-extension-arch-update-64::git+https://github.com/RaphaelRochet/arch-update.git#tag=v64
|
source = gnome-shell-extension-arch-update-65::git+https://github.com/RaphaelRochet/arch-update.git#tag=v65
|
||||||
sha256sums = 6b07945587fa4ffa7baaea77f43d15c819dc20bf8caeb299b376689f7323ea5a
|
b2sums = cd42ecd26ae7f0ea7013933be2abbc99e620f23d7bf36f406296115dfd288a182c18751806c2532899b50f7f75d6ecc946c3048ba5672cd82984e24afd6d17af
|
||||||
|
|
||||||
pkgname = gnome-shell-extension-arch-update
|
pkgname = gnome-shell-extension-arch-update
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||||
pkgname=gnome-shell-extension-arch-update
|
pkgname=gnome-shell-extension-arch-update
|
||||||
pkgdesc="Update indicator for ArchLinux and Gnome-Shell"
|
pkgdesc="Update indicator for ArchLinux and Gnome-Shell"
|
||||||
pkgver=64
|
pkgver=65
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
url="https://github.com/RaphaelRochet/arch-update"
|
url="https://github.com/RaphaelRochet/arch-update"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=(
|
license=(
|
||||||
|
|
@ -21,7 +21,7 @@ optdepends=(
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
)
|
)
|
||||||
source=("$pkgname-$pkgver::git+$url.git#tag=v$pkgver")
|
source=("$pkgname-$pkgver::git+$url.git#tag=v$pkgver")
|
||||||
sha256sums=('6b07945587fa4ffa7baaea77f43d15c819dc20bf8caeb299b376689f7323ea5a')
|
b2sums=('cd42ecd26ae7f0ea7013933be2abbc99e620f23d7bf36f406296115dfd288a182c18751806c2532899b50f7f75d6ecc946c3048ba5672cd82984e24afd6d17af')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$(dirname "$(find . -name 'metadata.json' -print -quit)")"
|
cd "$(dirname "$(find . -name 'metadata.json' -print -quit)")"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue