summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteef Hegeman2022-07-25 18:56:45 +0200
committerSteef Hegeman2022-07-25 18:56:45 +0200
commit3ea265727601258da628c2fed9f6e033d68ae236 (patch)
tree86d4434039ea610c56fed3b9b4f040c599faa0fa
parent4d95ca645b9f01c3f03593a9e3f2c7c9b41495c8 (diff)
downloadaur-3ea265727601258da628c2fed9f6e033d68ae236.tar.gz
version 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 037637ed4e9e..5b6f2f861ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snixembed
pkgdesc = proxy the StatusNotifierItem protocol to the XEmbed System Tray
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://git.sr.ht/~steef/snixembed
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = snixembed
depends = gtk3
depends = libdbusmenu-gtk3
conflicts = snixembed-git
- source = snixembed-0.3.2.tar.gz::https://git.sr.ht/~steef/snixembed/archive/0.3.2.tar.gz
- md5sums = 5c03c98f2056f096398b079f9d796ed9
+ source = snixembed-0.3.3.tar.gz::https://git.sr.ht/~steef/snixembed/archive/0.3.3.tar.gz
+ md5sums = aceff2975b478178ad5192909576fa90
pkgname = snixembed
diff --git a/PKGBUILD b/PKGBUILD
index a156452a3da8..8db02e2ce4ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steef Hegeman <mail@steefhegeman.com>
pkgname=snixembed
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="proxy the StatusNotifierItem protocol to the XEmbed System Tray"
url="https://git.sr.ht/~steef/snixembed"
@@ -13,7 +13,7 @@ depends=("glib2"
makedepends=("vala")
conflicts=("snixembed-git")
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~steef/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('5c03c98f2056f096398b079f9d796ed9')
+md5sums=('aceff2975b478178ad5192909576fa90')
build() {
cd snixembed-$pkgver