summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Trickey2020-08-18 17:01:53 +0100
committerDan Trickey2020-08-18 17:01:53 +0100
commit9facafbe3a4a2a092eef736f6f0d326ebec66d45 (patch)
treec7590a766756af2bf8dde5ad740148ff12838fe4
parent33910273495158cbe534b7601e7a66de33978ca7 (diff)
downloadaur-9facafbe3a4a2a092eef736f6f0d326ebec66d45.tar.gz
Updated to 0.9.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf7a55e804ea..a7e5a17b8d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = python-pyquaternion
makedepends = python-setuptools
depends = python
depends = python-numpy
- source =
- sha512sums =
+ source = https://api.github.com/repos/KieranWynn/pyquaternion/tarball/v0.9.5
+ sha512sums = 272fb4290cb99a8ffa733f5a45bcde97716523cde30a438b5248f38bc6d59c582ea17af73f8af235aec7be8dafcb4ea2e416de07b8263bd9fbf40c0f1595fe8b
pkgname = python-pyquaternion
diff --git a/PKGBUILD b/PKGBUILD
index e15d15482eb1..c8a5bd9b559b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/"
license=('MIT')
depends=('python' 'python-numpy')
makedepends=('python-setuptools')
-source=("")
-sha512sums=('')
+source=('https://api.github.com/repos/KieranWynn/pyquaternion/tarball/v0.9.5')
+sha512sums=('272fb4290cb99a8ffa733f5a45bcde97716523cde30a438b5248f38bc6d59c582ea17af73f8af235aec7be8dafcb4ea2e416de07b8263bd9fbf40c0f1595fe8b')
package() {
cd $(ls ${srcdir} | grep pyquaternion)