diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-29 16:32:17 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-29 16:32:24 +0200 |
commit | 9bc469d23eefbf7be3789145c4d9afab6934a57b (patch) | |
tree | 10131a3e9bd3c5b77059b648178a65a423d3b0e2 /libre/parabolaiso-data | |
parent | 8c9563418d3f95172a7b86384214f3c6e740c0ca (diff) | |
download | abslibre-9bc469d23eefbf7be3789145c4d9afab6934a57b.tar.gz abslibre-9bc469d23eefbf7be3789145c4d9afab6934a57b.tar.bz2 abslibre-9bc469d23eefbf7be3789145c4d9afab6934a57b.zip |
libre/parabolaiso-data: updated
Diffstat (limited to 'libre/parabolaiso-data')
-rw-r--r-- | libre/parabolaiso-data/PKGBUILD | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD index 8b6935b9f..55c8500bf 100644 --- a/libre/parabolaiso-data/PKGBUILD +++ b/libre/parabolaiso-data/PKGBUILD @@ -1,20 +1,18 @@ -# Maintainer: André Silva <emulatorman@parabola.nu> +# Maintainer: Andreas Grapentin <andreas@grapentin.org> +# Contributor: André Silva <emulatorman@riseup.net> pkgname=parabolaiso-data -pkgver=4 +pkgver=5 pkgrel=1 pkgdesc="Data files of parabolaiso, the tool to create ISO images" arch=('any') url="https://projects.parabola.nu/packages/parabolaiso.git" license=('GPL') -_basesource1='https://projects.parabola.nu/packages/parabolaiso.git/plain' -_basesource2='https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2' -source=("${_basesource1}/configs/profile/syslinux/splash.png" - "${_basesource2}/ShellBinPkg/UefiShell/X64/Shell.efi" - "${_basesource2}/EdkShellBinPkg/FullShell/X64/Shell_Full.efi") -md5sums=('f4be604567cc5ac762f17f5446888721' - '4ffb2365bfe4e89d33c13e23deb8ca77' - '082080109f0d31e7f53c1774a52feec2') +_url='https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2' +source=("${_url}/ShellBinPkg/UefiShell/X64/Shell.efi" + "${_url}/EdkShellBinPkg/FullShell/X64/Shell_Full.efi") +sha256sums=('91fbfd1b7239143a5c50e2c630aadc03bb49263eba4d8a0a1e6b3c9845208b88' + 'ea5e763a8a5f9733dbf7c33ffa16a19e078c6af635b51d8457bc377a22106a8c') package() { cd $srcdir @@ -23,7 +21,6 @@ package() { install -d $pkgdir/$datadir - install -D -m644 splash.png $pkgdir/$datadir/splash.png install -D -m644 Shell.efi $pkgdir/$datadir/Shell.efi install -D -m644 Shell_Full.efi $pkgdir/$datadir/Shell_Full.efi } |