summarylogtreecommitdiffstats
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
parentfae02fb64c644c49ab1d9b1122ac3f339f78cd27 (diff)
downloadaur-ae8e0182a5d54529fb23bd0513497054c654f694.tar.gz
Fix the tar.gz name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31174fa40c0a..f420aed965cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Tue Apr 17 10:58:54 UTC 2018
+# Mon Apr 23 08:16:09 UTC 2018
pkgbase = libnitrokey
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.nitrokey.com
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libnitrokey
makedepends = cmake
makedepends = qt5-tools
depends = hidapi
- source = v3.3.tar.gz::https://github.com/Nitrokey/libnitrokey/archive/v3.3.tar.gz
+ source = libnitrokey-3.3.tar.gz::https://github.com/Nitrokey/libnitrokey/archive/v3.3.tar.gz
sha256sums = 0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5
pkgname = libnitrokey
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() {