Compare commits
2 commits
main
...
packages/p
Author | SHA1 | Date | |
---|---|---|---|
10d4b94f87 | |||
b8ddec3388 |
2 changed files with 4 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -5,9 +5,9 @@ pkgbase = plymouth-theme-arch-logo
|
|||
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
||||
install = plymouth-theme-arch-logo.install
|
||||
arch = any
|
||||
license = GPL
|
||||
license = GPL-3.0-or-later
|
||||
depends = plymouth
|
||||
source = plymouth-theme-arch-logo.tar.gz
|
||||
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
|
||||
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
|
||||
|
||||
pkgname = plymouth-theme-arch-logo
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -10,15 +10,13 @@ arch=('any')
|
|||
# Alternative website(s)
|
||||
#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'
|
||||
license=('GPL')
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('plymouth')
|
||||
install="${pkgname}.install"
|
||||
source=(
|
||||
'plymouth-theme-arch-logo.tar.gz'
|
||||
)
|
||||
sha256sums=(
|
||||
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
||||
)
|
||||
sha512sums=('0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/arch-logo"
|
||||
|
|
Loading…
Add table
Reference in a new issue