[arch-commits] Commit in wofi/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Fri Nov 13 09:26:36 UTC 2020
Date: Friday, November 13, 2020 @ 09:26:36
Author: maximbaz
Revision: 753852
upgpkg: wofi 1.2.3-1
Modified:
wofi/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-13 09:12:43 UTC (rev 753851)
+++ PKGBUILD 2020-11-13 09:26:36 UTC (rev 753852)
@@ -2,8 +2,8 @@
# Contributor: Ian Brunelli <ian at brunelli.me>
pkgname=wofi
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc='launcher for wlroots-based wayland compositors'
arch=('x86_64')
url='https://hg.sr.ht/~scoopta/wofi'
@@ -10,18 +10,11 @@
license=('GPL3')
depends=('wayland' 'gtk3')
makedepends=('meson')
-source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz"
- "68600.patch::https://hg.sr.ht/~scoopta/wofi/rev/ea517e724b07716986fd2c6a6e321e1b5cb08682.patch")
+source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz")
# We have to SKIP the validity check to avoid an issue with hg.sr.ht:
# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
-sha256sums=('SKIP'
- '3bab36a854fd104dfffad25a5bac23ae55ce5c9f1d55eb161d616ee4f505c539')
+sha256sums=('SKIP')
-prepare() {
- cd "${pkgname}-v${pkgver}"
- patch -Np1 -i "${srcdir}/68600.patch"
-}
-
build() {
cd "${pkgname}-v${pkgver}"
meson build
More information about the arch-commits
mailing list