summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2016-03-29 11:04:20 -0700
committerGavin Lloyd2016-03-29 11:04:20 -0700
commit4541d1399279ffaa6e442ab3c38915f4b395f06b (patch)
treeda22388dac807ff00dfa9b52be3ea3d7d7243113
parent77f949f16207d3b9caa2e5b364f0ba5f2b66ca2a (diff)
downloadaur-4541d1399279ffaa6e442ab3c38915f4b395f06b.tar.gz
Fix license field
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff964db00db..ac7972ae2778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 18:04:19 UTC 2016
pkgbase = ragnar-git
pkgdesc = Mount an existing remote LUKS device with NBD over SSH
- pkgver = 0.30.a917c66
- pkgrel = 2
+ pkgver = 0.33.74cb7c9
+ pkgrel = 1
url = https://github.com/gavinhungry/ragnar
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 12f5da4e0c59..2c87f047c7ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=ragnar-git
-pkgver=0.30.a917c66
-pkgrel=2
+pkgver=0.33.74cb7c9
+pkgrel=1
pkgdesc="Mount an existing remote LUKS device with NBD over SSH"
url="https://github.com/gavinhungry/ragnar"
-license="MIT"
+license=('MIT')
arch=('any')
makedepends=('git')
depends=('openssh' 'nbd' 'cryptsetup' 'udisks')