summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViech2023-04-16 07:27:28 +0200
committerViech2023-04-16 07:27:28 +0200
commit9a816b14465656c9bc0ae2ca5861aad370847cd9 (patch)
treeb4729ad13e1b4d0cbfd8f4cdf26916f3d0b8e8bb
parente014d96eea9ce83fb8b25c8172c1823e3accbdaa (diff)
downloadaur-9a816b14465656c9bc0ae2ca5861aad370847cd9.tar.gz
Update to 0.2.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1253a7e9ef8f..84f13f24de10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unvtray
pkgdesc = A minimalistic Unvanquished server browser that runs in the system tray.
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/Unvanquished/unvanquished-tray-browser
arch = any
@@ -12,7 +12,7 @@ pkgbase = unvtray
depends = python-pillow
depends = python-pystray
optdepends = unvanquished: launch and play the game
- source = https://github.com/Unvanquished/unvanquished-tray-browser/archive/refs/tags/v0.2.0.tar.gz
- sha256sums = 41de33a24ac1996f427c6f5c700bc88252fef563c3ebf5d5851590e16f9c8d38
+ source = https://github.com/Unvanquished/unvanquished-tray-browser/archive/refs/tags/v0.2.1.tar.gz
+ sha256sums = 8e238efb90937988634e74c5f392ce145bc80b66ba43f94d9b41c8ffc5345aed
pkgname = unvtray
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}"