[arch-commits] Commit in utox/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Tue Apr 28 17:04:05 UTC 2020
Date: Tuesday, April 28, 2020 @ 17:04:05
Author: farseerfc
Revision: 622060
upgpkg: utox 0.17.2-1: utox 0.17.2 release
Modified:
utox/trunk/PKGBUILD
----------+
PKGBUILD | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 17:00:42 UTC (rev 622059)
+++ PKGBUILD 2020-04-28 17:04:05 UTC (rev 622060)
@@ -7,9 +7,8 @@
pkgname=utox
_pkgname=uTox
-pkgver=0.17.1
+pkgver=0.17.2
pkgrel=1
-_signature=""
pkgdesc='Lightweight Tox client'
arch=('x86_64')
url="https://github.com/uTox/uTox"
@@ -25,29 +24,27 @@
optdepends=('gtk3: GTK file picker'
'libdbus: Notification support')
makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
-_commit=9ca94765fd79aafd3eac231e4ebb7fd2a76be6c9 # tags/v0.17.1
-source=("git+https://github.com/uTox/uTox#commit=$_commit"
- "git+https://github.com/nothings/stb"
- "git+https://github.com/compuphase/minIni"
- "git+https://github.com/nayuki/QR-Code-generator")
-sha512sums=('SKIP'
- 'SKIP'
- 'SKIP'
+#_commit=fa06d80ec5104092c43169d2abf9cce94622eadf
+#source=("git+https://github.com/uTox/uTox#commit=$_commit"
+# "git+https://github.com/nothings/stb"
+# "git+https://github.com/compuphase/minIni"
+# "git+https://github.com/nayuki/QR-Code-generator")
+source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz"
+ "$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc")
+sha512sums=('7a358ac0aad0b85b952c2a2dc4c37486e83b16a6beab2a50b4543b09916dcea6efdedb8ef3d32ca8799bbf762b26e36af6a42692113d612c7ef3f09505a0b705'
'SKIP')
-pkgver() {
- cd "${_pkgname}"
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
+#pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team
+validpgpkeys=(
+"E5926050AE9C234AFF8496FEBE4F41DE1DEEEED0"
+"7AED9A170C81E601DA4EEE279043061421EF90FA"
+"9D1D599088E223DD99007DE2AEA10D4EA0530876"
+"B7008FF12C079BF6E6EA19D1601A604B7E605776"
+"E28E7252B1E7FCFED358CF8E3763B3A793AAFA0F"
+"BCEE99DCA339ABF9CC36428D61A9B9AFD2E53885"
+"A25156FC7AFB5C0365A0407E6F5DD1C5371DE665"
+)
-prepare() {
- cd "${_pkgname}"
- git config submodule.third-party/stb.url "$srcdir/stb"
- git config submodule.third-party/minini.url "$srcdir/minIni"
- git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
- git submodule update --init
-}
-
build() {
cd "${_pkgname}"
cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
More information about the arch-commits
mailing list