summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-04-02 23:15:25 +1300
committerGeorge Rawlinson2022-04-02 23:15:25 +1300
commit540da61128a6f4b23ea171eb49730e8fc2b46668 (patch)
tree989920b9226f2323c29e3ae9e6f22a5d81867889
parentf783af33d6bc70860187f3126016df9ecfcdca0c (diff)
downloadaur-doctave.tar.gz
upgpkg: doctave 0.4.2-1
* New upstream release. * Explicitly disable LTO.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef684d01bc1c..e8b66b52a02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = doctave
pkgdesc = A batteries-included developer documentation site generator
- pkgver = 0.4.1
- pkgrel = 2
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://www.doctave.com
arch = x86_64
license = MIT
makedepends = git
makedepends = rust
depends = gcc-libs
- source = doctave::git+https://github.com/Doctave/doctave.git#commit=bde7764bdbc66acc0db726126332db440959a492
+ options = !lto
+ source = doctave::git+https://github.com/Doctave/doctave.git#commit=ad1888feb6bb7f4f043b76474b1df38b520c51c3
md5sums = SKIP
pkgname = doctave
diff --git a/PKGBUILD b/PKGBUILD
index b53ecd860742..2ebf3e132ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=doctave
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="A batteries-included developer documentation site generator"
arch=('x86_64')
url="https://www.doctave.com"
license=('MIT')
depends=('gcc-libs')
makedepends=('git' 'rust')
-_commit='bde7764bdbc66acc0db726126332db440959a492'
+options=('!lto')
+_commit='ad1888feb6bb7f4f043b76474b1df38b520c51c3'
source=("$pkgname::git+https://github.com/Doctave/doctave.git#commit=$_commit")
md5sums=('SKIP')