summaryrefslogtreecommitdiff
path: root/pcr/omap-u-boot-utils-git
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-20 03:14:34 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-20 03:14:34 +0100
commitfde5a14e8ae931d0f743f3bc2543ab2c5ae54094 (patch)
tree468e52cd1b3c189349018ed06c2746036b5ccb0c /pcr/omap-u-boot-utils-git
parentca8e9a70f7e1ece5091f79ac0a8d1a4e0aec956d (diff)
downloadabslibre-fde5a14e8ae931d0f743f3bc2543ab2c5ae54094.tar.gz
abslibre-fde5a14e8ae931d0f743f3bc2543ab2c5ae54094.tar.bz2
abslibre-fde5a14e8ae931d0f743f3bc2543ab2c5ae54094.zip
pcr: omap-u-boot-utils-git: sync with aur
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/omap-u-boot-utils-git')
-rw-r--r--pcr/omap-u-boot-utils-git/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/omap-u-boot-utils-git/PKGBUILD b/pcr/omap-u-boot-utils-git/PKGBUILD
index 0285796cf..964f4304c 100644
--- a/pcr/omap-u-boot-utils-git/PKGBUILD
+++ b/pcr/omap-u-boot-utils-git/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=omap-u-boot-utils-git
_pkgname=omap-u-boot-utils
pkgver=0.2.0.r40.g2a9344a
-pkgrel=1
+pkgrel=2
pkgdesc="Various tools to communicate with OMAP bootroms to execute code"
arch=('armv7h' 'i686' 'x86_64')
url='https://nmenon.github.io/omap-u-boot-utils/'
@@ -31,6 +31,6 @@ build() {
package(){
cd "${srcdir}/${_pkgname}"
install -d -m 755 "${pkgdir}"/usr/bin/
- install -t "${pkgdir}"/usr/bin/ gpsign pserial pusb tagger ucmd ukermit
+ install -t "${pkgdir}"/usr/bin/ gpsign pserial pusb sysrq tagger ucmd ukermit
install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${_pkgname}/LICENSE
}