summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-04-17 12:59:17 +0200
committerÉtienne Deparis2018-04-17 12:59:17 +0200
commitfae02fb64c644c49ab1d9b1122ac3f339f78cd27 (patch)
tree371639444caf9a3cf3592b898aee075354809364
parente80f77070a0e1ce4fadf71be847f63738f7d470c (diff)
downloadaur-fae02fb64c644c49ab1d9b1122ac3f339f78cd27.tar.gz
Fix tarball name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919de47ae973..31174fa40c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Thu Apr 12 20:18:50 UTC 2018
+# Tue Apr 17 10:58:54 UTC 2018
pkgbase = libnitrokey
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.nitrokey.com
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libnitrokey
makedepends = cmake
makedepends = qt5-tools
depends = hidapi
- source = https://github.com/Nitrokey/libnitrokey/archive/v3.3.tar.gz
+ source = v3.3.tar.gz::https://github.com/Nitrokey/libnitrokey/archive/v3.3.tar.gz
sha256sums = 0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5
pkgname = libnitrokey
diff --git a/PKGBUILD b/PKGBUILD
index f2cb5253eef2..244cb9f2f4ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libnitrokey
pkgver=3.3
-pkgrel=1
+pkgrel=2
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=("https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("v${pkgver}.tar.gz::https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5')
prepare() {