Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rofi-emoji
Commits:
f93c35d4 by Christian Heusel at 2024-12-27T17:00:17+01:00
upgpkg: 4.0.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rofi-emoji
pkgdesc = A Rofi plugin for selecting emojis
- pkgver = 3.4.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/Mange/rofi-emoji
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rofi-emoji
optdepends = xsel: X11 support
optdepends = xclip: X11 support
optdepends = wl-clipboard: Wayland support
- source =
https://github.com/Mange/rofi-emoji/archive/v3.4.1/rofi-emoji-3.4.1.tar.gz
- sha256sums =
fcb9907c9d82b6759c844a1d06cd954bb61de624c960d17f6d663d7e86966ef9
- b2sums =
b07139bb5bac666295da282382c9a41eb91b933a93fcfca8916c65e30739a32864917d3c8ab853330fe1afb318554de9cbce9ea0aef07ce508dea5dfe565bc74
+ source =
https://github.com/Mange/rofi-emoji/archive/v4.0.0/rofi-emoji-4.0.0.tar.gz
+ sha256sums =
0ef596592052dbdbb99b8d2579822a9b73b5d40a247c92297bdc0f8d585d2e8f
+ b2sums =
72afe84b81eecfa0cd839cb286c676ace7b63022684621ed74c9f5847854b46cf4bf541d8d0747a6c16e4ca74cc1b154bbead2eaea79db4aaabd27ef7c9bcfb8
pkgname = rofi-emoji
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Christian Heusel <[email protected]>
# Contributor: Magnus Bergmark <[email protected]>
pkgname=rofi-emoji
-pkgver=3.4.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='A Rofi plugin for selecting emojis'
url='https://github.com/Mange/rofi-emoji'
@@ -22,8 +23,8 @@ optdepends=(
'wl-clipboard: Wayland support'
)
source=(https://github.com/Mange/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fcb9907c9d82b6759c844a1d06cd954bb61de624c960d17f6d663d7e86966ef9')
-b2sums=('b07139bb5bac666295da282382c9a41eb91b933a93fcfca8916c65e30739a32864917d3c8ab853330fe1afb318554de9cbce9ea0aef07ce508dea5dfe565bc74')
+sha256sums=('0ef596592052dbdbb99b8d2579822a9b73b5d40a247c92297bdc0f8d585d2e8f')
+b2sums=('72afe84b81eecfa0cd839cb286c676ace7b63022684621ed74c9f5847854b46cf4bf541d8d0747a6c16e4ca74cc1b154bbead2eaea79db4aaabd27ef7c9bcfb8')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi-emoji/-/commit/f93c35d41a4899a7ab430cd8c54d9934240bbf8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi-emoji/-/commit/f93c35d41a4899a7ab430cd8c54d9934240bbf8b
You're receiving this email because of your account on gitlab.archlinux.org.