summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-05 17:20:52 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-05 17:25:54 +0200
commita9f77f74ff4f118f0cb816dbd798402ba728170d (patch)
treef3fa6bbcad4882eb7e58871506b3943ad622b8a1
parent9ecddaa4f9562ddf65311b42c228b13e1adafc0a (diff)
pcr: mkbootimg: import last fixes from Aur
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/mkbootimg/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/mkbootimg/PKGBUILD b/pcr/mkbootimg/PKGBUILD
index 4f2598931..00ef110fd 100644
--- a/pcr/mkbootimg/PKGBUILD
+++ b/pcr/mkbootimg/PKGBUILD
@@ -13,11 +13,11 @@
pkgname=mkbootimg
pkgver=31.0.0
_tag=${pkgver}p1 # https://github.com/nmeum/android-tools carries extra patch version on top of the upstream versioning
-pkgrel=2
+pkgrel=3
pkgdesc='Tool to create and/or unpack Android boot images'
arch=('any')
url='https://github.com/nmeum/android-tools'
-license=(Apache MIT)
+license=(Apache)
# python: for mkbootimg & avbtool scripts
# python2: for unpack_bootimg script
depends=(python python2)