summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarqin2016-02-18 14:18:33 +0100
committerMarqin2016-02-18 14:18:33 +0100
commitfe78fa028dbe9fe1f96581537c66cf96f019321e (patch)
treed91b1b23a35c7d0ac1a84b618a6189c6ffe4376b
parentaebc00efb7c82bded8f4a4eb0356cdd2d408c44d (diff)
downloadaur-fe78fa028dbe9fe1f96581537c66cf96f019321e.tar.gz
Update do 0.27-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15d02194302a..f4755e68a13a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Feb 18 13:16:55 UTC 2016
pkgbase = renderdoc
pkgdesc = RenderDoc is a stand-alone graphics debugging tool.
- pkgver = 0.25
+ pkgver = 0.27
pkgrel = 1
url = https://github.com/baldurk/renderdoc
arch = i686
arch = x86_64
license = MIT
depends = qt5-x11extras
- source = https://github.com/baldurk/renderdoc/archive/v0.25.tar.gz
+ source = https://github.com/baldurk/renderdoc/archive/v0.27.tar.gz
source = renderdoc.desktop
- sha256sums = 179e2b67b32cb37ad3056fef7a0891eaddc046d34013b8be862a6b9ee8f6e8ed
+ sha256sums = bcb3dba88d07c57ba84830578da9b49c56ff5071e33b3f97bdeb265fb0040a63
sha256sums = eab4941dc17fbbdcb9e34a698c3b304d212be54956daeb0c3b1cf5b7f2b00984
pkgname = renderdoc
diff --git a/PKGBUILD b/PKGBUILD
index 79ca31f75357..054f4a2f8d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=renderdoc
-pkgver=0.25
+pkgver=0.27
pkgrel=1
pkgdesc="RenderDoc is a stand-alone graphics debugging tool."
arch=(i686 x86_64)
@@ -7,7 +7,7 @@ url="https://github.com/baldurk/renderdoc"
license=("MIT")
depends=(qt5-x11extras)
source=("https://github.com/baldurk/renderdoc/archive/v$pkgver.tar.gz" "$pkgname.desktop")
-sha256sums=('179e2b67b32cb37ad3056fef7a0891eaddc046d34013b8be862a6b9ee8f6e8ed'
+sha256sums=('bcb3dba88d07c57ba84830578da9b49c56ff5071e33b3f97bdeb265fb0040a63'
'eab4941dc17fbbdcb9e34a698c3b304d212be54956daeb0c3b1cf5b7f2b00984')
build() {