summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:51 -0400
committerbrent s2016-04-06 06:14:51 -0400
commitb4bcbd9ab59084d674682a5b49397c4fca12418e (patch)
tree343c5d2ac849aa2a54496cc2028b7c8f2a083f63
parent065b65b4789a139d958c45687d6a33119ace4ddf (diff)
downloadaur-b4bcbd9ab59084d674682a5b49397c4fca12418e.tar.gz
GPG support done
-rw-r--r--.SRCINFO16
-rw-r--r--.gitignore11
-rw-r--r--CC0-1.0.sigbin0 -> 543 bytes
-rw-r--r--PKGBUILD30
-rw-r--r--addon-clanarena.zip.sigbin0 -> 543 bytes
-rw-r--r--addon-fortress.zip.sigbin0 -> 543 bytes
-rw-r--r--addon-textures.zip.sigbin0 -> 543 bytes
-rw-r--r--gpl.zip.sigbin0 -> 543 bytes
-rw-r--r--linux.zip.sigbin0 -> 543 bytes
-rw-r--r--non-gpl.zip.sigbin0 -> 543 bytes
10 files changed, 45 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06366ce76f29..8363e160ffc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:23 UTC 2016
+# Wed Apr 6 10:14:51 UTC 2016
pkgbase = nquake
pkgdesc = The easiest, quickest, and most popular QuakeWorld client.
pkgver = 2.3
@@ -19,6 +19,13 @@ pkgbase = nquake
source = http://quakeservers.nquake.com/addon-clanarena.zip
source = http://quakeservers.nquake.com/addon-fortress.zip
source = CC0-1.0::https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
+ source = gpl.zip.sig
+ source = non-gpl.zip.sig
+ source = linux.zip.sig
+ source = addon-textures.zip.sig
+ source = addon-clanarena.zip.sig
+ source = addon-fortress.zip.sig
+ source = CC0-1.0.sig
sha512sums = 0a5cd2e2816d535c66b156072f52c4e5bcb6c1b4664d8f0481dce5cf68d3cd69ba24afaf839009a3a95c87812314a9816719c4fbc56ba89baf80676b0432571f
sha512sums = b615d791a140631b163d71061aa48e2fd5e9b1fae88335e2a0972eb232d8c7d5a31fc16a137df75c6ce0284cb140bf56c0b52f2f56ecec78b288424c698e186c
sha512sums = 583704a192eab419da46efd0ac3b98c1ca8d9a6ff785186558929207b517a0cf779b593075d6187ab3cd7bb08711a85fe73436f76fbcd99917a5511aa369a83a
@@ -26,6 +33,13 @@ pkgbase = nquake
sha512sums = 96dca06af3f1044816247596c75876fabb5a7d9585229f43e85552872ef5b4c754a830fd7f83d6107c0e3df62951ee952bb36b5a184b74a8b1870125c3d23dad
sha512sums = a15cbd4ccf2a3d87e0ec9f6f6f4546e2a68a0f03a516bac47d0965bc6affaf902669db0824619634dc19698698d40ef72325da33ea2c78437c45bd19bd2c8138
sha512sums = 1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = nquake
diff --git a/.gitignore b/.gitignore
index 50017a10ba1e..01e311c7f46e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-nquake
+*/
.*.swp
*.pkg.tar.xz
-src
-pkg
+src/
+pkg/
*.tar
*.tar.bz2
*.tar.xz
@@ -12,3 +12,8 @@ pkg
*.tbz
*.tbz2
*.zip
+*.run
+*.7z
+*.rar
+*.deb
+CC0-1.0
diff --git a/CC0-1.0.sig b/CC0-1.0.sig
new file mode 100644
index 000000000000..855c5dba3a41
--- /dev/null
+++ b/CC0-1.0.sig
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 3a33352fa536..aa7f894aefa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
#TODO: set up permissions (e.g. fortress/{progs,sounds, etc.} to be sticky-bit and writable? that way maybe at least files can be downloaded. create maps dir for all mods too.
#TODO: change permissions for all .cfg's to 664?
@@ -31,15 +31,29 @@ source=("${_nQ_MIRROR}/gpl.zip"
"${_nQ_MIRROR}/addon-textures.zip"
"${_nQ_MIRROR}/addon-clanarena.zip"
"${_nQ_MIRROR}/addon-fortress.zip"
- "CC0-1.0::https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt")
+ "CC0-1.0::https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt"
+ "gpl.zip.sig"
+ "non-gpl.zip.sig"
+ "linux.zip.sig"
+ "addon-textures.zip.sig"
+ "addon-clanarena.zip.sig"
+ "addon-fortress.zip.sig"
+ "CC0-1.0.sig")
sha512sums=('0a5cd2e2816d535c66b156072f52c4e5bcb6c1b4664d8f0481dce5cf68d3cd69ba24afaf839009a3a95c87812314a9816719c4fbc56ba89baf80676b0432571f'
- 'b615d791a140631b163d71061aa48e2fd5e9b1fae88335e2a0972eb232d8c7d5a31fc16a137df75c6ce0284cb140bf56c0b52f2f56ecec78b288424c698e186c'
- '583704a192eab419da46efd0ac3b98c1ca8d9a6ff785186558929207b517a0cf779b593075d6187ab3cd7bb08711a85fe73436f76fbcd99917a5511aa369a83a'
- '693379acc3c0204b810ab31aeaaedbb6d8659fd2140e3874f463bde3af5009a161d76b1dbd2f970e151ebae1f323848a937b8209cf2172c6251578edcad1753b'
- '96dca06af3f1044816247596c75876fabb5a7d9585229f43e85552872ef5b4c754a830fd7f83d6107c0e3df62951ee952bb36b5a184b74a8b1870125c3d23dad'
- 'a15cbd4ccf2a3d87e0ec9f6f6f4546e2a68a0f03a516bac47d0965bc6affaf902669db0824619634dc19698698d40ef72325da33ea2c78437c45bd19bd2c8138'
- '1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa')
+ 'b615d791a140631b163d71061aa48e2fd5e9b1fae88335e2a0972eb232d8c7d5a31fc16a137df75c6ce0284cb140bf56c0b52f2f56ecec78b288424c698e186c'
+ '583704a192eab419da46efd0ac3b98c1ca8d9a6ff785186558929207b517a0cf779b593075d6187ab3cd7bb08711a85fe73436f76fbcd99917a5511aa369a83a'
+ '693379acc3c0204b810ab31aeaaedbb6d8659fd2140e3874f463bde3af5009a161d76b1dbd2f970e151ebae1f323848a937b8209cf2172c6251578edcad1753b'
+ '96dca06af3f1044816247596c75876fabb5a7d9585229f43e85552872ef5b4c754a830fd7f83d6107c0e3df62951ee952bb36b5a184b74a8b1870125c3d23dad'
+ 'a15cbd4ccf2a3d87e0ec9f6f6f4546e2a68a0f03a516bac47d0965bc6affaf902669db0824619634dc19698698d40ef72325da33ea2c78437c45bd19bd2c8138'
+ '1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
package () {
## BASE ##
diff --git a/addon-clanarena.zip.sig b/addon-clanarena.zip.sig
new file mode 100644
index 000000000000..53506bc0a8cd
--- /dev/null
+++ b/addon-clanarena.zip.sig
Binary files differ
diff --git a/addon-fortress.zip.sig b/addon-fortress.zip.sig
new file mode 100644
index 000000000000..c907ca5fadbf
--- /dev/null
+++ b/addon-fortress.zip.sig
Binary files differ
diff --git a/addon-textures.zip.sig b/addon-textures.zip.sig
new file mode 100644
index 000000000000..9aeecb29893f
--- /dev/null
+++ b/addon-textures.zip.sig
Binary files differ
diff --git a/gpl.zip.sig b/gpl.zip.sig
new file mode 100644
index 000000000000..0285ca2507d4
--- /dev/null
+++ b/gpl.zip.sig
Binary files differ
diff --git a/linux.zip.sig b/linux.zip.sig
new file mode 100644
index 000000000000..2d0a234a22f0
--- /dev/null
+++ b/linux.zip.sig
Binary files differ
diff --git a/non-gpl.zip.sig b/non-gpl.zip.sig
new file mode 100644
index 000000000000..c3bea7ddf1b2
--- /dev/null
+++ b/non-gpl.zip.sig
Binary files differ