summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-04-19 15:45:09 +0200
committerAlexander F. Rødseth2023-04-19 15:45:09 +0200
commit78f5fed8148ddf19e19f011aa18f66d7511df902 (patch)
tree0b1b09fedae755e6f587d9ce6070dc969d226793
parentec0f1b1cbb7ec1e6c04b08a9b664ed53aa75f547 (diff)
downloadaur-78f5fed8148ddf19e19f011aa18f66d7511df902.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 c54e2480d068..814224f250f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.60.6
+ pkgver = 2.61.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=c29ce38554b7ccc5eb7f09c4efc6fe87796549aa
+ source = git+https://github.com/xyproto/orbiton#commit=81afb48057e2e6c7dabc175c1aacb11c6402829b
b2sums = SKIP
pkgname = orbiton
diff --git a/PKGBUILD b/PKGBUILD
index c2b6c448bd8e..e13586d46ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=orbiton
-pkgver=2.60.6
+pkgver=2.61.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=c29ce38554b7ccc5eb7f09c4efc6fe87796549aa") # tag: v2.60.6
+source=("git+$url#commit=81afb48057e2e6c7dabc175c1aacb11c6402829b") # tag: v2.61.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'