summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schäfer2021-06-24 00:05:46 +0200
committerSimon Schäfer2021-06-24 00:05:46 +0200
commitbdbaf15870cea362fa072841909911aaeeac62d6 (patch)
tree704d6167eee4529330eb59c38d83a20d65b664db
parent931a7c0f0bc48296abc93bda2525c141d6fc6d9e (diff)
downloadaur-usbboot.tar.gz
fix package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed110f01121c..ba33f1b5d250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usbboot
- pkgdesc = GUI for booting a Raspberry Pi device like Pi Zero or compute module as a device
+ pkgdesc = rpiboot and bin2c executables used by usbbootgui
pkgver = 2048ae6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/raspberrypi/usbboot
arch = any
license = Apache License
diff --git a/PKGBUILD b/PKGBUILD
index 3be926c0071f..ef98614f7d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=usbboot-git
_pkgname=usbboot
pkgver=2048ae6
-pkgrel=2
+pkgrel=3
pkgdesc="rpiboot and bin2c executables used by usbbootgui"
arch=('any')
url="https://github.com/raspberrypi/usbboot"