diff --git a/.SRCINFO b/.SRCINFO index c04647a..6fa960d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gnome-shell-extension-arch-update pkgdesc = Update indicator for ArchLinux and Gnome-Shell - pkgver = 64 - pkgrel = 2 + pkgver = 65 + pkgrel = 1 url = https://github.com/RaphaelRochet/arch-update arch = any license = GPL-3.0-or-later @@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-arch-update depends = gnome-shell>=1.46 depends = pacman-contrib optdepends = gnome-terminal - source = gnome-shell-extension-arch-update-64::git+https://github.com/RaphaelRochet/arch-update.git#tag=v64 - sha256sums = 6b07945587fa4ffa7baaea77f43d15c819dc20bf8caeb299b376689f7323ea5a + source = gnome-shell-extension-arch-update-65::git+https://github.com/RaphaelRochet/arch-update.git#tag=v65 + b2sums = cd42ecd26ae7f0ea7013933be2abbc99e620f23d7bf36f406296115dfd288a182c18751806c2532899b50f7f75d6ecc946c3048ba5672cd82984e24afd6d17af pkgname = gnome-shell-extension-arch-update diff --git a/PKGBUILD b/PKGBUILD index 2d0d88b..7e9b364 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christian Schendel pkgname=gnome-shell-extension-arch-update pkgdesc="Update indicator for ArchLinux and Gnome-Shell" -pkgver=64 -pkgrel=2 +pkgver=65 +pkgrel=1 url="https://github.com/RaphaelRochet/arch-update" arch=('any') license=( @@ -21,7 +21,7 @@ optdepends=( gnome-terminal ) source=("$pkgname-$pkgver::git+$url.git#tag=v$pkgver") -sha256sums=('6b07945587fa4ffa7baaea77f43d15c819dc20bf8caeb299b376689f7323ea5a') +b2sums=('cd42ecd26ae7f0ea7013933be2abbc99e620f23d7bf36f406296115dfd288a182c18751806c2532899b50f7f75d6ecc946c3048ba5672cd82984e24afd6d17af') package() { cd "$(dirname "$(find . -name 'metadata.json' -print -quit)")"