updated pkgbuilds
This commit is contained in:
parent
7e7bfdd8d9
commit
440699536b
5 changed files with 9 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
|||
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
||||
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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
zip wallpapers.zip wallpapers/*
|
||||
|
||||
makepkg -sc
|
||||
makepkg -sc --sign
|
||||
|
||||
echo Build Finished
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Parch Linux Distribution Team <feedback@parchlinux.ir>
|
||||
|
||||
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"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
zip wallpapers.zip wallpapers/*
|
||||
|
||||
makepkg -sc
|
||||
makepkg -sc --sign
|
||||
|
||||
echo Build Finished
|
||||
|
|
Loading…
Add table
Reference in a new issue