summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {