summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-06-12 22:27:19 +0200
committerAlexander F. Rødseth2022-06-12 22:27:19 +0200
commitfdb7052951db618650d0551f0b0c96290ed975c6 (patch)
tree3b63613d03c827612fd331111960966a32326e86
parent9acd9b9c1f332606006b2cc48a5127610dd65b10 (diff)
downloadaur-fdb7052951db618650d0551f0b0c96290ed975c6.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 244a1430397f..f3e9c659f874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.51.0
+ pkgver = 2.52.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = o
optdepends = v: for compiling and formatting V
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
- source = git+https://github.com/xyproto/o#commit=fbe1b01b64e344d9c973d929312f2c2d261b6c99
+ source = git+https://github.com/xyproto/o#commit=a005ab9ea89436510ff60b89994aca4b814252ea
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 3940138f0a1a..25835d3140d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.51.0
+pkgver=2.52.0
pkgrel=1
pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/xyproto/o'
license=(BSD)
depends=(vte3)
makedepends=(git go)
-source=("git+$url#commit=fbe1b01b64e344d9c973d929312f2c2d261b6c99") # tag: v2.51.0
+source=("git+$url#commit=a005ab9ea89436510ff60b89994aca4b814252ea") # tag: v2.52.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'