summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2021-04-04 11:47:13 +0800
committerIru Cai2021-04-04 11:47:13 +0800
commit7dbbdf10ca031a0b0a39549b4a1a8a7b61ddbca4 (patch)
tree98d9d849cd560314b657a13a9532030a5dc66b15
parent60c97997bf24c7c809eaf7e66bfd7552d0fa901d (diff)
downloadaur-7dbbdf10ca031a0b0a39549b4a1a8a7b61ddbca4.tar.gz
2021.04
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da944a8875d..4c9bef6dd65e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = liveusb-builder-git
pkgdesc = A script suite to create multiboot USB stick for GNU/Linux distributions
- pkgver = 2018.09.2.g4fad072
+ pkgver = 2021.04
pkgrel = 1
url = https://github.com/mytbk/liveusb-builder
arch = any
license = GPL3
+ depends = util-linux
+ depends = libarchive
depends = udevil
depends = wget
depends = syslinux
diff --git a/PKGBUILD b/PKGBUILD
index 0b9b3c60ce71..d4301736d269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=liveusb-builder-git
-pkgver=2018.09.2.g4fad072
+pkgver=2021.04
pkgrel=1
pkgdesc='A script suite to create multiboot USB stick for GNU/Linux distributions'
license=('GPL3')
-depends=('udevil' 'wget' 'syslinux' 'grub')
+depends=('util-linux' 'libarchive' 'udevil' 'wget' 'syslinux' 'grub')
arch=('any')
url='https://github.com/mytbk/liveusb-builder'
source=('git+https://git.wehack.space/liveusb-builder'