summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2024-02-20 19:47:00 +0100
committerNarrat2024-02-20 19:47:00 +0100
commit04b48739fd9a3b82e9dc96facc103652a175255e (patch)
treef80ae997d85a9ba1e7afb0d5c5b14580aa6f1228 /PKGBUILD
parent535a11386b235795e52697ae93660cd042c0c771 (diff)
downloadaur-louvre.tar.gz
louvre: update to 1.2.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a3331ad081b..3590c899dde5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=louvre
-pkgver=1.2.0_2
+pkgver=1.2.1_2
pkgrel=1
pkgdesc="C++ library for building Wayland compositors"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libsrm' 'wayland' 'libglvnd' 'libxcursor' 'libxkbcommon' 'pixman' 'libdrm' 'mesa' 'libinput' 'seatd' 'glibc' 'freeimage' 'fontconfig' 'freetype2' 'icu' 'systemd-libs')
makedepends=('meson')
source=(${pkgname}-${pkgver/_/-}.tar.gz::${url}/archive/refs/tags/v${pkgver/_/-}.tar.gz)
-sha256sums=('fb16f3d4c034da9d17a5a1aee5674c7ab6b64e1a1ee1da5ac202fa83ae076f9f')
+sha256sums=('c216b9c48484d9e15473e00e7c2274a9606f5e6714f663c001078f893c35f24e')
build() {