summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfdev312024-02-13 20:46:49 +0100
committerfdev312024-02-13 20:46:49 +0100
commit3d782e1a082496e76a1822d83e5d4a273d91679d (patch)
tree12996138cf214123fd208b27ef0add53f90f574f
parente4efa877aa8c03288a5537eeb5a189aaade1060c (diff)
downloadaur-3d782e1a082496e76a1822d83e5d4a273d91679d.tar.gz
Version 2.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e426fe95f1da..8ecf0cd75ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyprland
- pkgdesc = Easy scratchpads, smart monitor placement and more Hyprland tweaks
- pkgver = 1.10.2
+ pkgdesc = Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/fdev31/pyprland
arch = any
@@ -10,9 +10,10 @@ pkgbase = pyprland
makedepends = python-installer
makedepends = python-poetry
depends = python
+ depends = python-aiofiles
provides = pyprland
conflicts = pyprland
- source = git+https://github.com/fdev31/pyprland.git#tag=1.10.2
+ source = git+https://github.com/fdev31/pyprland.git#tag=2.0.0
md5sums = SKIP
pkgname = pyprland
diff --git a/PKGBUILD b/PKGBUILD
index fb89156f689c..bc3617c17c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien Devaux <fdev31@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
pkgname=pyprland
-pkgver=1.10.2
+pkgver=2.0.0
pkgrel=1
-pkgdesc="Easy scratchpads, smart monitor placement and more Hyprland tweaks"
+pkgdesc="Customize your Hyprland with scratchpads, menus, easy monitor layout and other extensions"
arch=(any)
url="https://github.com/fdev31/pyprland"
license=('MIT')
groups=()
-depends=('python')
+depends=('python' 'python-aiofiles')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry')
provides=("${pkgname}")
conflicts=("${pkgname}")