summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2018-04-23 10:16:27 +0200
committerÉtienne Deparis2018-04-23 10:16:27 +0200
commitae8e0182a5d54529fb23bd0513497054c654f694 (patch)
tree6d70d95c48066c85a12bcfc863f5616cbbb4710a /PKGBUILD
parentfae02fb64c644c49ab1d9b1122ac3f339f78cd27 (diff)
downloadaur-ae8e0182a5d54529fb23bd0513497054c654f694.tar.gz
Fix the tar.gz name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 244cb9f2f4ad..05251c5b2df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libnitrokey
pkgver=3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
license=('LGPL3')
depends=(hidapi)
makedepends=('cmake' 'qt5-tools')
-source=("v${pkgver}.tar.gz::https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5')
prepare() {