summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2016-02-16 23:38:11 +0000
committerEric Engestrom2016-02-16 23:38:11 +0000
commit8cc047ba08147fb207e891165b6737f121fe3e21 (patch)
tree03b2be0cce355d2688de081711c2ade24e15f08b
parent57e7789ac188de3d3c526178a15bf29b9a3247ce (diff)
downloadaur-8cc047ba08147fb207e891165b6737f121fe3e21.tar.gz
added missing URL and description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1264e7e8bae..03ba0fdd0dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
pkgbase = spirv-tools-git
+ pkgdesc = API and commands for processing SPIR-V modules
pkgver = r436.dd8a661
pkgrel = 1
+ url = https://github.com/KhronosGroup/SPIRV-Tools
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7794def1a90f..b1336fc35cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=spirv-tools-git
pkgver=r436.dd8a661
pkgrel=1
-url=''
+pkgdesc='API and commands for processing SPIR-V modules'
+url='https://github.com/KhronosGroup/SPIRV-Tools'
arch=('i686' 'x86_64')
license=('MIT')
source=('git+https://github.com/KhronosGroup/SPIRV-Tools')