Date: Thursday, March 23, 2023 @ 08:44:36
  Author: alerque
Revision: 1427171

archrelease: copy trunk to community-x86_64

Added:
  fnott/repos/community-x86_64/PKGBUILD
    (from rev 1427170, fnott/trunk/PKGBUILD)
Deleted:
  fnott/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-23 08:44:27 UTC (rev 1427170)
+++ PKGBUILD    2023-03-23 08:44:36 UTC (rev 1427171)
@@ -1,32 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
-# Contributor: Daniel Eklöf <daniel at ekloef dot se>
-
-pkgname=fnott
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Keyboard driven and lightweight Wayland notification daemon'
-url="https://codeberg.org/dnkl/$pkgname";
-arch=(x86_64)
-license=(MIT)
-depends=(dbus
-         fcft
-         wlroots)
-makedepends=(meson
-             tllist
-             scdoc
-             wayland-protocols)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('d6cfb7efcfad5e0aa95c5fd9632c638a53a0debfc17128e70922a1ba9f841470')
-
-build() {
-       cd "$pkgname"
-       arch-meson . build
-       meson compile -C build
-}
-
-package() {
-       cd "$pkgname"
-       meson install -C build --destdir "$pkgdir"
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: fnott/repos/community-x86_64/PKGBUILD (from rev 1427170, 
fnott/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-23 08:44:36 UTC (rev 1427171)
@@ -0,0 +1,32 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgname=fnott
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Keyboard driven and lightweight Wayland notification daemon'
+url="https://codeberg.org/dnkl/$pkgname";
+arch=(x86_64)
+license=(MIT)
+depends=(dbus
+         fcft
+         wlroots)
+makedepends=(meson
+             tllist
+             scdoc
+             wayland-protocols)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('d17d6a55a7e0d56ddfc3277fbbefa7baf4c70f02265bcb8bd72ee464e202e454')
+
+build() {
+       cd "$pkgname"
+       arch-meson . build
+       meson compile -C build
+}
+
+package() {
+       cd "$pkgname"
+       meson install -C build --destdir "$pkgdir"
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}

Reply via email to