Bumped PKGBUILD versions

This commit is contained in:
Erik Reider
2024-03-09 19:26:23 +01:00
parent 4275fa3915
commit d2b797406a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=("vala>=0.56" meson git scdoc sassc)
source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('5eb6fb0cfdaa9eb518565e032a7d9f716b3edfd99602697344eac00e404d4c8d')
sha256sums=('5586d8a679dde5e530cb8b6f0c86abdd0d5e41362fc1c4e56e2211edea0f7a13')
build() {
arch-meson "${_pkgfoldername}-${pkgver}" build -Dscripting=true

View File

@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync-git
_pkgname=swaync
pkgver=r510.8613cdc
pkgver=r517.4275fa3
pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter"