New release
Cleaned up PKGBUILD Changed upstream URL Uploaded source directly to AUR due to lack of mirrors
This commit is contained in:
parent
d225018d70
commit
fe2518d626
3 changed files with 10 additions and 17 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,16 +1,14 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Thu Sep 15 18:31:27 UTC 2016
|
|
||||||
pkgbase = plymouth-theme-arch-logo
|
pkgbase = plymouth-theme-arch-logo
|
||||||
pkgdesc = A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.
|
pkgdesc = A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.
|
||||||
pkgver = 1
|
pkgver = 1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250
|
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
||||||
install = plymouth-theme-arch-logo.install
|
install = plymouth-theme-arch-logo.install
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = plymouth
|
depends = plymouth
|
||||||
source = http://orig01.deviantart.net/455a/f/2011/140/5/0/arch_logo_plymouth_theme_by_karlinux-d3grgbm.zip
|
source = plymouth-theme-arch-logo.tar.gz
|
||||||
sha256sums = 85081ee41d773ca61281ad0bec9209f7b1f79bf5a21846bf46030d298ef3b65d
|
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
|
||||||
|
|
||||||
pkgname = plymouth-theme-arch-logo
|
pkgname = plymouth-theme-arch-logo
|
||||||
|
|
||||||
|
|
17
PKGBUILD
17
PKGBUILD
|
@ -4,25 +4,20 @@
|
||||||
|
|
||||||
pkgname=plymouth-theme-arch-logo
|
pkgname=plymouth-theme-arch-logo
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
|
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
# Alternative websites
|
# Alternative website(s)
|
||||||
#url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
||||||
#url='http://arch-stuff.org/content/show.php/Arch-logo+plymouth?content=141696'
|
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
||||||
url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('plymouth')
|
depends=('plymouth')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=(
|
source=(
|
||||||
# Mirrors
|
'plymouth-theme-arch-logo.tar.gz'
|
||||||
#'https://dl.opendesktop.org/api/files/download/id/1460753768/141697-Arch-logo-plymouth.tar.gz'
|
|
||||||
#'http://arch-stuff.org/CONTENT/content-files/141696-Arch-logo-plymouth.tar.gz'
|
|
||||||
'http://orig01.deviantart.net/455a/f/2011/140/5/0/arch_logo_plymouth_theme_by_karlinux-d3grgbm.zip'
|
|
||||||
)
|
)
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
#'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
||||||
'85081ee41d773ca61281ad0bec9209f7b1f79bf5a21846bf46030d298ef3b65d'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
BIN
plymouth-theme-arch-logo.tar.gz
Normal file
BIN
plymouth-theme-arch-logo.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue