summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfdev312024-05-18 17:43:08 +0200
committerfdev312024-05-18 17:43:08 +0200
commit53428de0fe65c3bf96705c47c2355704481d3499 (patch)
tree4dca54c7aba750c2801693b23a24f59bbe933a5f
parent96aba88e8ef7c55fd37b6d4ba6a35880365ea530 (diff)
downloadaur-pyprland.tar.gz
version 2.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78c71a2e117a..4ddd0a2d0bad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pyprland
pkgdesc = Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions
- pkgver = 2.2.20
- pkgrel = 2
- url = https://github.com/fdev31/pyprland
+ pkgver = 2.3.0
+ pkgrel = 1
+ url = https://github.com/hyprland-community/pyprland
arch = any
license = MIT
makedepends = python-build
@@ -13,7 +13,7 @@ pkgbase = pyprland
depends = hyprland
provides = pyprland
conflicts = pyprland
- source = pyprland-2.2.20.tar.gz::https://github.com/fdev31/pyprland/archive/refs/tags/2.2.20.tar.gz
- sha256sums = 76e71dd7da5cb5e3b3fd5d6ef8375f5eb4588f07a3c488813c0bf0b72c624ea5
+ source = pyprland-2.3.0.tar.gz::https://github.com/hyprland-community/pyprland/archive/refs/tags/2.3.0.tar.gz
+ sha256sums = 6dcfa9ced685cb76d3459cbf94d1094cdda9b791bc66a027f1dd44801a86fce8
pkgname = pyprland
diff --git a/PKGBUILD b/PKGBUILD
index aeee61e919ef..91857099375d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Fabien Devaux <fdev31@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
pkgname=pyprland
-pkgver=2.2.20
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc="Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions"
arch=(any)
-url="https://github.com/fdev31/pyprland"
+url="https://github.com/hyprland-community/pyprland"
license=('MIT')
groups=()
depends=('python' 'python-aiofiles' 'hyprland')
@@ -17,7 +17,7 @@ backup=()
options=()
noextract=()
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('76e71dd7da5cb5e3b3fd5d6ef8375f5eb4588f07a3c488813c0bf0b72c624ea5')
+sha256sums=('6dcfa9ced685cb76d3459cbf94d1094cdda9b791bc66a027f1dd44801a86fce8')
build() {
cd $pkgname-$pkgver