Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
rofi-calc
Commits:
e2165f48 by Sven-Hendrik Haase at 2025-01-09T23:21:19+01:00
upgpkg: 2.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = rofi-calc
pkgdesc = Do calculations in rofi
- pkgver = 2.2.1
- pkgrel = 3
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/svenstaro/rofi-calc
install = rofi-calc.install
arch = x86_64
license = MIT
depends = rofi
depends = libqalculate
- source =
rofi-calc-2.2.1.tar.gz::https://github.com/svenstaro/rofi-calc/archive/v2.2.1.tar.gz
- sha512sums =
33c4b5ca2c13d538c902d747c65b376d00b4f6b628d5fc14b4761105537503f24bd51a5cf8f07b6ab4b28bccbf6e84c70ea3125ed7e1664eadb108e4250a42ba
+ source =
rofi-calc-2.3.0.tar.gz::https://github.com/svenstaro/rofi-calc/archive/v2.3.0.tar.gz
+ sha512sums =
d770f7db35075c974c344d2fce6dadb0f63e98f7accb1478a710589949f7f5848d0fee21d284dbac894177645b538b91c2d6258fee5e0d2b1d452e75d5f88b39
pkgname = rofi-calc
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=rofi-calc
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
pkgdesc="Do calculations in rofi"
arch=('x86_64')
url="https://github.com/svenstaro/rofi-calc"
@@ -9,7 +9,7 @@ license=(MIT)
depends=('rofi' 'libqalculate')
install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::https://github.com/svenstaro/rofi-calc/archive/v${pkgver}.tar.gz)
-sha512sums=('33c4b5ca2c13d538c902d747c65b376d00b4f6b628d5fc14b4761105537503f24bd51a5cf8f07b6ab4b28bccbf6e84c70ea3125ed7e1664eadb108e4250a42ba')
+sha512sums=('d770f7db35075c974c344d2fce6dadb0f63e98f7accb1478a710589949f7f5848d0fee21d284dbac894177645b538b91c2d6258fee5e0d2b1d452e75d5f88b39')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi-calc/-/commit/e2165f48c5b80d0d0310ca345c0e5144851aa425
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi-calc/-/commit/e2165f48c5b80d0d0310ca345c0e5144851aa425
You're receiving this email because of your account on gitlab.archlinux.org.