summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-04-05 17:43:27 +0200
committerAlexander F. Rødseth2023-04-05 17:43:27 +0200
commite6bdffb1ec6b3f449fc4ccb117ed4adc6a471231 (patch)
tree184232643b14b286cff7b5742da8f234b9e0674a
parent069f56627cfc22dc1531e5d70ceeaf63e93ab4a8 (diff)
downloadaur-e6bdffb1ec6b3f449fc4ccb117ed4adc6a471231.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 f663ada73b05..4b46c2675ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.60.4
+ pkgver = 2.60.5
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=8b481a1422f85842929ceb5afdc13c18e4893e9a
+ source = git+https://github.com/xyproto/orbiton#commit=972f2e660b6a58d2110bd6d1d9d480197ca9438d
b2sums = SKIP
pkgname = orbiton
diff --git a/PKGBUILD b/PKGBUILD
index 5f39f37c4697..fa8397141e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=orbiton
-pkgver=2.60.4
+pkgver=2.60.5
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=8b481a1422f85842929ceb5afdc13c18e4893e9a") # tag: v2.60.4
+source=("git+$url#commit=972f2e660b6a58d2110bd6d1d9d480197ca9438d") # tag: v2.60.5
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'