summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViech2023-04-16 07:27:28 +0200
committerViech2023-04-16 07:27:28 +0200
commit9a816b14465656c9bc0ae2ca5861aad370847cd9 (patch)
treeb4729ad13e1b4d0cbfd8f4cdf26916f3d0b8e8bb /PKGBUILD
parente014d96eea9ce83fb8b25c8172c1823e3accbdaa (diff)
downloadaur-unvtray.tar.gz
Update to 0.2.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1378c03bf4b8..cf6fff0b36bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unvtray
_gitname=unvanquished-tray-browser
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc='A minimalistic Unvanquished server browser that runs in the system tray.'
arch=('any')
@@ -12,7 +12,7 @@ depends=('hicolor-icon-theme' 'python-pillow' 'python-pystray')
optdepends=('unvanquished: launch and play the game')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
source=("https://github.com/Unvanquished/${_gitname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('41de33a24ac1996f427c6f5c700bc88252fef563c3ebf5d5851590e16f9c8d38')
+sha256sums=('8e238efb90937988634e74c5f392ce145bc80b66ba43f94d9b41c8ffc5345aed')
build() {
cd "${srcdir}/${_gitname}-${pkgver}"