From 440699536b075a9549dd9ae4316fffe70ff1169e Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Wed, 2 Apr 2025 16:26:20 +0330 Subject: [PATCH] updated pkgbuilds --- Wallpaper/PKGBUILD | 6 +++--- gnome-backgrounds/PKGBUILD | 4 ++-- gnome-backgrounds/build.sh | 2 +- modern-background/PKGBUILD | 4 ++-- modern-background/build.sh | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Wallpaper/PKGBUILD b/Wallpaper/PKGBUILD index 35ea52e..3305809 100644 --- a/Wallpaper/PKGBUILD +++ b/Wallpaper/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: Sohrab Behdani pkgname=parch-wallpapers -pkgver=0.0.5 +pkgver=1 pkgrel=0 pkgdesc='Wallpapers for Parch Linux' arch=("any") url="https://github.com/parchlinux/artwork" license=("BSD-3-Clause") -source=("git+https://github.com/parchlinux/artwork") +source=("git+https://git.parchlinux.com/artwork/Arts") provides=("${pkgname}") conflicts=("${pkgname}") md5sums=('SKIP') package() { - cd "$srcdir/artwork/Wallpaper" + cd "$srcdir/Arts/Wallpaper" # Create the base destination directory install -d "${pkgdir}/usr/share/wallpapers/" diff --git a/gnome-backgrounds/PKGBUILD b/gnome-backgrounds/PKGBUILD index bc7efd9..c73d4de 100644 --- a/gnome-backgrounds/PKGBUILD +++ b/gnome-backgrounds/PKGBUILD @@ -2,8 +2,8 @@ pkgname=parch-gnome-backgrounds _pkgname=wallpapers -pkgver=1.0.5 -pkgrel=1 +pkgver=2 +pkgrel=0 pkgdesc='Parch Linux Gnome Wallpapers' arch=('any') url="https://github.com/parchlinux/artwork" diff --git a/gnome-backgrounds/build.sh b/gnome-backgrounds/build.sh index b80ee8f..c7c6722 100755 --- a/gnome-backgrounds/build.sh +++ b/gnome-backgrounds/build.sh @@ -2,6 +2,6 @@ zip wallpapers.zip wallpapers/* -makepkg -sc +makepkg -sc --sign echo Build Finished diff --git a/modern-background/PKGBUILD b/modern-background/PKGBUILD index 5fc5494..ebb6d6a 100644 --- a/modern-background/PKGBUILD +++ b/modern-background/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Parch Linux Distribution Team pkgname=parch-modern-backgrounds -pkgver=1.0.5 -pkgrel=1 +pkgver=2 +pkgrel=0 pkgdesc='Parch Linux Modern Wallpapers' arch=('any') url="https://github.com/parchlinux/parch-backgrounds" diff --git a/modern-background/build.sh b/modern-background/build.sh index b80ee8f..c7c6722 100755 --- a/modern-background/build.sh +++ b/modern-background/build.sh @@ -2,6 +2,6 @@ zip wallpapers.zip wallpapers/* -makepkg -sc +makepkg -sc --sign echo Build Finished