summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Rossillol2017-08-13 19:03:49 +0200
committerMattéo Rossillol2017-08-13 19:03:49 +0200
commit3d7ba66f04374b3383c5ab4e0c25bf3936df6959 (patch)
treef2f69130d1872ad3c9f4b3ce99014bbdcdad6467
parente2d4f86138e1a02f7004abca2edd320aa5e6abad (diff)
downloadaur-3d7ba66f04374b3383c5ab4e0c25bf3936df6959.tar.gz
Sign PKG
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549b1b532bac..0373a2577de8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.2
-# Fri Aug 4 13:37:04 UTC 2017
+# Sun Aug 13 17:03:13 UTC 2017
pkgbase = zfw-module
pkgdesc = It's a module for calculate a aircraft's Z.F.W.
pkgver = 3.2.0
@@ -12,7 +12,10 @@ pkgbase = zfw-module
makedepends = qt5-base
depends = qt5-base
source = https://github.com/CompFile/My_AUR_PKG/raw/master/PKG/zfw-module/zfw-module-3.2.0.r1.tar.gz
+ source = https://github.com/CompFile/My_AUR_PKG/raw/master/PKG/zfw-module/zfw-module-3.2.0.r1.tar.gz.sig
+ validpgpkeys = 94832C0DBAC3B295A91C5F4081D2921276951309
md5sums = caf084cf43769a27d2b84fa77b8aab3c
+ md5sums = SKIP
pkgname = zfw-module
diff --git a/PKGBUILD b/PKGBUILD
index f1d14adeb3ec..da30b89d6f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,17 @@ _CompName=zfw-module-320r1
pkgname=zfw-module
pkgver=3.2.0
pkgrel=1
-arch=("x86_64")
+arch=('x86_64')
pkgdesc="It's a module for calculate a aircraft's Z.F.W."
url="https://github.com/CompFile/My_AUR_PKG/tree/master/Sources/$pkgname/$pkgname-$pkgver.r$pkgrel"
-license=("GPL3")
-groups=("MBC")
-depends=("qt5-base")
-makedepends=("gcc" "qt5-base")
-source=("https://github.com/CompFile/My_AUR_PKG/raw/master/PKG/$pkgname/$pkgname-$pkgver.r$pkgrel.tar.gz")
-md5sums=('caf084cf43769a27d2b84fa77b8aab3c')
+license=('GPL3')
+groups=('MBC')
+depends=('qt5-base')
+makedepends=('gcc' 'qt5-base')
+validpgpkeys=('94832C0DBAC3B295A91C5F4081D2921276951309')
+source=("https://github.com/CompFile/My_AUR_PKG/raw/master/PKG/$pkgname/$pkgname-$pkgver.r$pkgrel.tar.gz"{,.sig})
+md5sums=('caf084cf43769a27d2b84fa77b8aab3c'
+ 'SKIP')
build()