summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordorianpb2020-06-26 14:24:28 -0400
committerdorianpb2020-06-26 14:24:28 -0400
commitd843aa109abbfa3a72a2cdc6c02d8d3f82f9b383 (patch)
tree9157bcd7e5639602ca87fdb8aeed1aff465a9a3c /PKGBUILD
parent9017f44d04faf40ed7f11f9741cf584c20e03726 (diff)
downloadaur-d843aa109abbfa3a72a2cdc6c02d8d3f82f9b383.tar.gz
Added --force to the --rebuild flag to allow for mkinitcpio errors
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a58b13e8336..f83784d73c63 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dorianpb <dorian.peanut.butter@gmail.com>
pkgname='makeuki'
pkgver=v1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A script that simplifies the creation of unified kernel images."
license=('GPL3')
arch=('any')
depends=('jq' 'mkinitcpio' 'pacman-contrib')
install="makeuki.install"
source=("makeuki.tar.gz")
-sha256sums=('304cc5a7c9d5f7c9d29b1e674041a3490b9192b944a8d8d00e7e087933da999c')
+sha256sums=('fb4b94245383931d7983856333646fc8c618eb3ac6533b805353f2e59a91fd5c')
package() {
cd "${srcdir}"