Skip to content

Commit

Permalink
Fixed pkgbuild sources
Browse files Browse the repository at this point in the history
  • Loading branch information
JPyke3 committed Oct 2, 2020
1 parent c7ef93f commit 7866e29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ backup=('usr/share/calamares/modules/bootloader.conf'
'usr/share/calamares/modules/unpackfs.conf')

source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/v$pkgver/calamares-v$pkgver.tar.gz"
"0001-Added-novram-to-the-calamares-grub-install-arguments.patch"
"0001-Forced-using-grub-and-added-no-nvram.patch"
"0001-Fix-building-with-Qt-5.15.patch")

sha256sums=('227029bc78f546aea12f7fc2c155dd6ae84347d7f5471ccbe9e8e612c374d86b'
'1053e615df745bd438eee028b9d6cd2c75e3cafa3f2f867e5584fa5d852976f0'
'92cd1a4f0ec86d1edb5a4cef3c82bc6d16e00820b7b9bd38c4c26b3a121ea929'
'dac0d521d5fcbef088b05186fdb8569c84823d096a185894b58613b55edcb9d1')
'c41a87c6e00c382416fd1b13107b95f8ef061dfca1f74ce9fd05cdd0979df035'
'92cd1a4f0ec86d1edb5a4cef3c82bc6d16e00820b7b9bd38c4c26b3a121ea929')

prepare() {
mv ${srcdir}/calamares-v${pkgver} ${srcdir}/calamares-${pkgver}
Expand Down

0 comments on commit 7866e29

Please sign in to comment.