summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2018-06-03 19:42:02 +0200
committersehraf2018-06-03 19:42:02 +0200
commit820a258557c7529dedc2c92d0ad5e0a7c3cadf1a (patch)
tree76f2009943f48660b69d60d1768d1820dab2f553
parent4f678bb41a5463eab2161d09bc3cf7502599cdae (diff)
downloadaur-820a258557c7529dedc2c92d0ad5e0a7c3cadf1a.tar.gz
add file name option
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e3e2f838e8..282ade00e137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 7 11:26:41 UTC 2018
+# Sun Jun 3 17:41:33 UTC 2018
pkgbase = ubrb-git
pkgdesc = Store data (e.g. LUKS keyfile) in RAM of external devices
pkgver = v1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sehraf/ubrb.git
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ubrb-git
arch = armv7h
license = MIT
makedepends = git
- optdepends = vim: xxd / hex de-/encoding
+ optdepends = vim: xxd / hex de-/encoding used by mkinitcpio
provides = ubrb
conflicts = ubrb
source = ubrb::git+https://github.com/sehraf/ubrb.git
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}")