summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Rodionov2017-12-18 20:43:11 +0300
committerAndrey Rodionov2017-12-18 20:43:11 +0300
commit5a2bc99d297b37e05bb8bd1cc0e6cf05c44c2af0 (patch)
treedd6b0d198099ed9562849768ef47488bd4ae0331 /PKGBUILD
parent4a2ab385a3117b08ee3cf94215d1f0c158b743b8 (diff)
downloadaur-pam_e4crypt.tar.gz
Change the version to v0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95588803957c..abf2aab46c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andrey Rodionov <roand@inbox.ru>
pkgname=pam_e4crypt
-pkgver=master
-pkgrel=2
+pkgver=0.1
+pkgrel=3
pkgdesc='This is a PAM module for unlocking transparently encrypted directories on ext4'
url="https://github.com/neithernut/pam_e4crypt/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('keyutils' 'linux>=4.1' 'openssl' 'pam' 'util-linux')
makedepends=('cmake')
-source=("https://github.com/neithernut/${pkgname}/archive/${pkgver}.tar.gz")
+source=("https://github.com/neithernut/${pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('SKIP')
build() {