Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / fyi
Commits:
05ba92e0 by Caleb Maclennan at 2024-09-05T12:13:54+03:00
upgpkg: 1.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fyi
pkgdesc = A command line utility and notify-send alternative to send
desktop notifications
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.0.4
+ pkgrel = 1
url = https://codeberg.org/dnkl/fyi
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = fyi
makedepends = ninja
makedepends = scdoc
depends = dbus
- source =
fyi-1.0.3.tar.gz::https://codeberg.org/dnkl/fyi/archive/1.0.3.tar.gz
- sha256sums =
39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66
+ source =
fyi-1.0.4.tar.gz::https://codeberg.org/dnkl/fyi/archive/1.0.4.tar.gz
+ sha256sums =
6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
pkgname = fyi
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=fyi
pkgdesc='A command line utility and notify-send alternative to send desktop
notifications'
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
url="https://codeberg.org/dnkl/$pkgname"
arch=(x86_64)
license=(MIT)
@@ -12,7 +12,7 @@ makedepends=(meson
ninja
scdoc)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66')
+sha256sums=('6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fyi/-/commit/05ba92e033a23b324e61645b042f270d42e08895
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fyi/-/commit/05ba92e033a23b324e61645b042f270d42e08895
You're receiving this email because of your account on gitlab.archlinux.org.