summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreiNjel2018-02-04 11:41:03 +0100
committereiNjel2018-02-04 11:41:03 +0100
commit4ae0feb65cfabb3bc0fedf0021b27145622f748b (patch)
tree7a507396e1a184eaf29262b61fb6fcdc690f4509 /PKGBUILD
parent015146e55ce8ea38a7d0cfea8ec920906cc29d98 (diff)
downloadaur-easy-boot-creator.tar.gz
added sdl2_ttf, sdl2_image depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 234f26c80da6..f2117a0612b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=easy-boot-creator
_pkgname=easy-boot-creator
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to create a bootable usb stick quick and easy"
url="https://einjel-frontend.herokuapp.com"
arch=('x86_64')
license=('GPL')
-depends=('tar' 'coreutils' 'util-linux' 'parted' 'gksu' 'git')
+depends=('tar' 'coreutils' 'util-linux' 'parted' 'gksu' 'git' 'sdl2_ttf' 'sdl2_image')
optdepends=('ttf-dejavu')
options=('!libtool' '!emptydirs')