summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2020-03-23 10:22:19 +0100
committerMaxime Gauduin2020-03-23 10:22:19 +0100
commit25a120f24f5680f76541015b45ab0b92f4777e28 (patch)
treea4f1cfe67beb90cce7e3675a0b7b6ea0278e9e5a
parent19342e064fccee1d7ef15f41eedd64e1d2b8d0fd (diff)
downloadaur-25a120f24f5680f76541015b45ab0b92f4777e28.tar.gz
updates
-rw-r--r--PKGBUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d512b2ecc9a..1337a8e09f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,22 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
pkgname=qnap-qdk-git
-pkgver=2.3.2.r48.0cff933
+pkgver=2.3.10.r92.4903650
pkgrel=1
pkgdesc='QNAP Development Kit '
-arch=('x86_64')
-url='https://github.com/qnap-dev/QDK'
-license=('GPL')
-depends=('rsync')
-makedepends=('git')
-optdepends=('p7zip: Support for 7z compression')
-provides=('qnap-qdk')
-conflicts=('qnap-qdk')
-source=('git+https://github.com/qnap-dev/QDK.git')
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/qnap-dev/QDK
+license=(GPL)
+depends=(rsync)
+makedepends=(git)
+optdepends=(
+ 'gpg: Support for GPG signing'
+ 'p7zip: Support for 7z compression'
+)
+provides=(qnap-qdk)
+conflicts=(qnap-qdk)
+source=(git+https://github.com/qnap-dev/QDK.git)
+sha256sums=(SKIP)
pkgver() {
cd QDK