New release
Changed versioning scheme Added mirrors
This commit is contained in:
parent
04ff4a7d5f
commit
d225018d70
2 changed files with 8 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Sep 15 10:40:22 UTC 2016
|
||||
# Thu Sep 15 18:31:27 UTC 2016
|
||||
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.
|
||||
pkgver = 0.1
|
||||
pkgrel = 5
|
||||
pkgver = 1
|
||||
pkgrel = 1
|
||||
url = http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250
|
||||
install = plymouth-theme-arch-logo.install
|
||||
arch = any
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -3,10 +3,12 @@
|
|||
# Contributor: Guillermo Garcia <ahioros@NO-SPAM.gmail.com>
|
||||
|
||||
pkgname=plymouth-theme-arch-logo
|
||||
pkgver=0.1
|
||||
pkgrel=5
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
|
||||
arch=('any')
|
||||
# Alternative websites
|
||||
#url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
||||
#url='http://arch-stuff.org/content/show.php/Arch-logo+plymouth?content=141696'
|
||||
url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
||||
license=('GPL')
|
||||
|
@ -14,6 +16,7 @@ depends=('plymouth')
|
|||
install="${pkgname}.install"
|
||||
source=(
|
||||
# Mirrors
|
||||
#'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'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue