summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-05-24 00:54:27 +0200
committerAlexander F. Rødseth2023-05-24 00:54:27 +0200
commit24f0d3ede206b2699c93f835dca723f41663a14a (patch)
treeac6c4c478869c289f27ff0e4189613be8b79bcbf
parent78f5fed8148ddf19e19f011aa18f66d7511df902 (diff)
downloadaur-24f0d3ede206b2699c93f835dca723f41663a14a.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 814224f250f2..bdb724fbf1e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.61.0
+ pkgver = 2.62.0
pkgrel = 1
url = https://github.com/xyproto/orbiton
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = orbiton
provides = o
conflicts = o
replaces = o
- source = git+https://github.com/xyproto/orbiton#commit=81afb48057e2e6c7dabc175c1aacb11c6402829b
+ source = git+https://github.com/xyproto/orbiton#commit=7d4982372dd120f088b11ea8bedae6566d263b72
b2sums = SKIP
pkgname = orbiton
diff --git a/PKGBUILD b/PKGBUILD
index e13586d46ebf..7639cbbd65b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=orbiton
-pkgver=2.61.0
+pkgver=2.62.0
pkgrel=1
pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
@@ -11,7 +11,7 @@ makedepends=(git go vte3)
conflicts=(o)
replaces=(o)
provides=(o)
-source=("git+$url#commit=81afb48057e2e6c7dabc175c1aacb11c6402829b") # tag: v2.61.0
+source=("git+$url#commit=7d4982372dd120f088b11ea8bedae6566d263b72") # tag: v2.62.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'