New release
Bumped release number because of new URL
This commit is contained in:
parent
05fee6e433
commit
04ff4a7d5f
2 changed files with 17 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,16 +1,16 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Aug 25 20:41:45 UTC 2016
|
# Thu Sep 15 10:40:22 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 = 0.1
|
pkgver = 0.1
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = http://arch-stuff.org/content/show.php/Arch-logo+plymouth?content=141696
|
url = http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250
|
||||||
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://arch-stuff.org/CONTENT/content-files/141696-Arch-logo-plymouth.tar.gz
|
source = http://orig01.deviantart.net/455a/f/2011/140/5/0/arch_logo_plymouth_theme_by_karlinux-d3grgbm.zip
|
||||||
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
|
sha256sums = 85081ee41d773ca61281ad0bec9209f7b1f79bf5a21846bf46030d298ef3b65d
|
||||||
|
|
||||||
pkgname = plymouth-theme-arch-logo
|
pkgname = plymouth-theme-arch-logo
|
||||||
|
|
||||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -4,15 +4,23 @@
|
||||||
|
|
||||||
pkgname=plymouth-theme-arch-logo
|
pkgname=plymouth-theme-arch-logo
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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')
|
||||||
url='http://arch-stuff.org/content/show.php/Arch-logo+plymouth?content=141696'
|
#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')
|
license=('GPL')
|
||||||
depends=('plymouth')
|
depends=('plymouth')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=('http://arch-stuff.org/CONTENT/content-files/141696-Arch-logo-plymouth.tar.gz')
|
source=(
|
||||||
sha256sums=('553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6')
|
# Mirrors
|
||||||
|
#'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=(
|
||||||
|
#'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
||||||
|
'85081ee41d773ca61281ad0bec9209f7b1f79bf5a21846bf46030d298ef3b65d'
|
||||||
|
)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/arch-logo"
|
cd "${srcdir}/arch-logo"
|
||||||
|
|
Loading…
Reference in a new issue