summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-09-24 00:22:02 -0300
committerPablo Lezaeta Reyes2017-09-24 00:22:02 -0300
commit95b0704fb9aeaddacb90523c3efc1ae24b3621cc (patch)
treebf854b7a353e3608ad55100114a9ee4a5231b900
parent6f1a3232fe4a07b53808cba7a6a91c0f189f0d1c (diff)
downloadaur-95b0704fb9aeaddacb90523c3efc1ae24b3621cc.tar.gz
woah
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7bba64c8ced..7b39d1331702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dracut
pkgdesc = Generic, modular, cross-distribution initramfs generation tool
pkgver = 046
- pkgrel = 2
+ pkgrel = 2.1
url = https://dracut.wiki.kernel.org/
install = dracut.install
arch = i686
arch = x86_64
- arch = aarm64
+ arch = aarch64
license = GPL
makedepends = docbook-xsl
makedepends = asciidoc
diff --git a/PKGBUILD b/PKGBUILD
index b1d3c5c343cc..4d85f30599a6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=dracut
pkgver=046
-pkgrel=2
+pkgrel=2.1
pkgdesc="Generic, modular, cross-distribution initramfs generation tool"
-arch=("i686" "x86_64" "aarm64")
+arch=("i686" "x86_64" "aarch64")
+# At the first "Not build" from aarch64 i remove it, you are warned
url="https://dracut.wiki.kernel.org/"
license=("GPL")
depends=("cpio" "dash" "kbd" "kmod" "util-linux" "systemd>=199" "bash>=4.0")
@@ -64,5 +65,6 @@ package() {
validpgpkeys=("4C96E1500F9421CCF82D5DCA034EB370014DF270") # Harald Hoyer
md5sums=('224b67e9bc079e013541a74e85659188'
- 'SKIP') # You already have the pgp to check, this is more for a backup check
- # than a proper check sum so trust that pgp above all
+ 'SKIP') # You already have the pgp to check, this is more
+ # for a backup check than a proper check sum so only
+ # trust that pgp above all