diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabolaiso-data/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD index f94a3dac9..8b6935b9f 100644 --- a/libre/parabolaiso-data/PKGBUILD +++ b/libre/parabolaiso-data/PKGBUILD @@ -1,7 +1,7 @@ -# Maintainer: Esteban Carnevale <alfplayer@mailoo.org> +# Maintainer: André Silva <emulatorman@parabola.nu> pkgname=parabolaiso-data -pkgver=3 +pkgver=4 pkgrel=1 pkgdesc="Data files of parabolaiso, the tool to create ISO images" arch=('any') @@ -12,8 +12,8 @@ _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=('120771b6b33e9007f5291e49f1243fd4' - '243244841cb0e2c2669e22a41acc2f39' +md5sums=('f4be604567cc5ac762f17f5446888721' + '4ffb2365bfe4e89d33c13e23deb8ca77' '082080109f0d31e7f53c1774a52feec2') package() { |