summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormoparisthebest2017-02-24 16:08:58 -0500
committermoparisthebest2017-02-24 16:08:58 -0500
commitc08d85ce8c7d53cba3454f4f3aff546addb28ebe (patch)
tree832cf80ec7dd9155ece0eec0c171ea3b4a8c6172 /PKGBUILD
parent52a325209e20320c4dda63a349258d441ccb2dc1 (diff)
downloadaur-sendxmpp-py.tar.gz
Enable pgp verification
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa62d75f0188..3a95e4b281f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,12 @@ license=('GPL3')
depends=('python-dnspython' 'python-sleekxmpp' 'python')
provides=('sendxmpp')
conflicts=('sendxmpp')
-url="https://github.com/moparisthebest/sendxmpp-py"
-source=("https://codeload.github.com/moparisthebest/sendxmpp-py/tar.gz/v$pkgver")
-sha256sums=('50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2')
+author='moparisthebest'
+url="https://github.com/$author/$pkgname"
+source=("https://github.com/$author/$pkgname/archive/v$pkgver.tar.gz" "https://github.com/$author/$pkgname/releases/download/v$pkgver/v$pkgver.tar.gz.asc")
+validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
+sha256sums=('50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2'
+ 'SKIP')
package() {
cd "sendxmpp-py-$pkgver"