summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsehraf2018-06-03 19:42:02 +0200
committersehraf2018-06-03 19:42:02 +0200
commit820a258557c7529dedc2c92d0ad5e0a7c3cadf1a (patch)
tree76f2009943f48660b69d60d1768d1820dab2f553 /PKGBUILD
parent4f678bb41a5463eab2161d09bc3cf7502599cdae (diff)
downloadaur-820a258557c7529dedc2c92d0ad5e0a7c3cadf1a.tar.gz
add file name option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec5da7400e7f..fb0d50ce6fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_pkgname=ubrb
pkgname=${_pkgname}-git
pkgver=v1
-pkgrel=2
+pkgrel=3
pkgdesc='Store data (e.g. LUKS keyfile) in RAM of external devices'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://github.com/sehraf/ubrb.git'
license=('MIT')
-depends=('')
-optdepends=('vim: xxd / hex de-/encoding')
+optdepends=('vim: xxd / hex de-/encoding used by mkinitcpio')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")