diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-28 03:14:48 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-28 03:14:48 -0200 |
commit | d15931dffdbf02d7ff0e603e02de29598147310a (patch) | |
tree | d1ef53bacab02a84245ba3fd47e3b19b7f7bf464 /libre | |
parent | 8afe620b140cb9bc4281335d9d602d16b0709bd3 (diff) | |
parent | 7347f545398673cdd976bfcd37d9f38f2c856857 (diff) | |
download | abslibre-d15931dffdbf02d7ff0e603e02de29598147310a.tar.gz abslibre-d15931dffdbf02d7ff0e603e02de29598147310a.tar.bz2 abslibre-d15931dffdbf02d7ff0e603e02de29598147310a.zip |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabolaiso-data/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD index 9647e3301..f94a3dac9 100644 --- a/libre/parabolaiso-data/PKGBUILD +++ b/libre/parabolaiso-data/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Esteban Carnevale <alfplayer@mailoo.org> pkgname=parabolaiso-data -pkgver=2 +pkgver=3 pkgrel=1 pkgdesc="Data files of parabolaiso, the tool to create ISO images" arch=('any') @@ -12,7 +12,7 @@ _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=('1f05882d0c9ad5bd21ca2bff4fbf84da' +md5sums=('120771b6b33e9007f5291e49f1243fd4' '243244841cb0e2c2669e22a41acc2f39' '082080109f0d31e7f53c1774a52feec2') |