summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfdev312024-11-05 18:56:47 +0100
committerfdev312024-11-05 18:56:47 +0100
commit20b6cdfa3df0bf0360cc06d0596e0edea6bb2030 (patch)
treecd43259811d7e77bc2a73ed511f13fbc9eb0ff03
parenta96c13004b463281bb9f2f9d4e518374f25d1127 (diff)
downloadaur-20b6cdfa3df0bf0360cc06d0596e0edea6bb2030.tar.gz
Version 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09f9afdb9f13..cefb380b0b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyprland
pkgdesc = Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 0
url = https://github.com/hyprland-community/pyprland
arch = any
@@ -13,7 +13,7 @@ pkgbase = pyprland
depends = python-installer
provides = pyprland
conflicts = pyprland
- source = pyprland-2.4.1.tar.gz::https://github.com/hyprland-community/pyprland/archive/refs/tags/2.4.1.tar.gz
- sha256sums = bfae029b5c40c1d864354b85ba851292748c0c7443c83476cb5384d45c5bdaff
+ source = pyprland-2.4.2.tar.gz::https://github.com/hyprland-community/pyprland/archive/refs/tags/2.4.2.tar.gz
+ sha256sums = 3b6c1f48ec5451d007f7c7d0e08fbb432fda5fe2d365655fafb400fc05c9f515
pkgname = pyprland
diff --git a/PKGBUILD b/PKGBUILD
index af8c66531460..8ff4b2efdc3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Devaux <fdev31@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
pkgname=pyprland
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=0
pkgdesc="Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=()
noextract=()
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('bfae029b5c40c1d864354b85ba851292748c0c7443c83476cb5384d45c5bdaff')
+sha256sums=('3b6c1f48ec5451d007f7c7d0e08fbb432fda5fe2d365655fafb400fc05c9f515')
build() {
cd $pkgname-$pkgver