From 3988b7accc638e2a90fe33cf36d4c2466aad3978 Mon Sep 17 00:00:00 2001 From: eshanized Date: Sat, 11 Jan 2025 22:33:23 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20modification=20:=20mino?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-hyprland-config/PKGBUILD | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/snigdhaos-hyprland-config/PKGBUILD b/snigdhaos-hyprland-config/PKGBUILD index f196420c..0162d1e5 100644 --- a/snigdhaos-hyprland-config/PKGBUILD +++ b/snigdhaos-hyprland-config/PKGBUILD @@ -1,32 +1,31 @@ # Maintainer: Eshan Roy pkgname=snigdhaos-hyprland-config -pkgver=1 +pkgver=1.0.0 pkgrel=1 arch=('any') -url="#" +url="https://github.com/Snigdha-OS/snigdhaos-hyprland-config" license=('MIT') makedepends=('coreutils') -source=("#") +source=("") sha256sums=('SKIP') -pkgdesc='Hyprland Config for Snigdha OS' -depends=('#' - '#' # Base +pkgdesc='Custom Hyprland configuration for Snigdha OS, optimized for performance and aesthetics.' +depends=( 'gtk-engine-murrine' - '#' # Theme 'waybar' 'hyprland' 'kvantum-qt5' 'kvantum' 'snigdhaos-asiant-fonts' - 'qt5ct') + 'qt5ct' +) conflicts=() provides=() install=$pkgname.install package() { install -d "$pkgdir"/etc - cp -rf "$srcdir"/$pkgname-$_commit/etc "$pkgdir" + cp -rf "$srcdir"/$pkgname/etc "$pkgdir/etc" install -d "$pkgdir"/usr - cp -rf "$srcdir"/$pkgname-$_commit/usr "$pkgdir" -} + cp -rf "$srcdir"/$pkgname/usr "$pkgdir/usr" +} \ No newline at end of file