summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-05-17 11:40:08 +1000
committerLuke Arms2024-05-17 11:40:08 +1000
commit81bdd3797b73e300d6900fdbdc774892ceed1c9a (patch)
tree1a3c13521f15e6d77278d0911ef859a17bb01e35
parenta9955539108c35f2c47c3f5c2e8673baef91047d (diff)
downloadaur-81bdd3797b73e300d6900fdbdc774892ceed1c9a.tar.gz
Update to v4.1.0
Identical to v4.0.1 for Arch users, but updating has the happy side effect of triggering a rebuild against Python 3.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14fbda17daa1..a151821861e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emote
pkgdesc = Emoji Picker for Linux written in GTK3
- pkgver = 4.0.1
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
url = https://github.com/tom-james-watson/Emote
arch = any
license = GPL3
@@ -17,9 +17,9 @@ pkgbase = emote
depends = hicolor-icon-theme
depends = emoji-font
depends = xdotool
- source = https://github.com/tom-james-watson/Emote/archive/refs/tags/v4.0.1.tar.gz
+ source = https://github.com/tom-james-watson/Emote/archive/refs/tags/v4.1.0.tar.gz
source = setup.py
- sha256sums = 29814ec5dc5cef61f99a8c651fccefb8de7a034325a5b97a921f4b852509d3ca
+ sha256sums = 171ddf7e216f12a9e0ed63cd0a97796fd63967df3b3aa5e452877b74aabd48c9
sha256sums = fd547230882ef6ad500579afab912b0567e7ba061f36283c84b8504a78356d59
pkgname = emote
diff --git a/PKGBUILD b/PKGBUILD
index 3a0f215f4ca6..5d53583e3535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=emote
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
url="https://github.com/tom-james-watson/Emote"
pkgdesc="Emoji Picker for Linux written in GTK3"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'gtk3' 'python-gobject' 'python-manimpango' 'libkeybinder3' 'p
makedepends=('python-setuptools' 'python-pipenv')
source=("https://github.com/tom-james-watson/Emote/archive/refs/tags/v${pkgver}.tar.gz"
'setup.py')
-sha256sums=('29814ec5dc5cef61f99a8c651fccefb8de7a034325a5b97a921f4b852509d3ca'
+sha256sums=('171ddf7e216f12a9e0ed63cd0a97796fd63967df3b3aa5e452877b74aabd48c9'
'fd547230882ef6ad500579afab912b0567e7ba061f36283c84b8504a78356d59')
prepare() {