summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-02-21 23:45:41 +0100
committerAlexander F. Rødseth2023-02-21 23:45:41 +0100
commitf3cb95fb813b7a7e40e461ccd5cbd75bf988311f (patch)
tree55166e67943a4b950a7e63b79a5ab71a4bab0f52
parent69ef7f509ebc37a263e463f811c37131d7e9a639 (diff)
downloadaur-f3cb95fb813b7a7e40e461ccd5cbd75bf988311f.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 499c6c6669ca..e0d9e7e277e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.60.1
+ pkgver = 2.60.2
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=6d02169bbeb9de0fd4bd11002933321d91699279
+ source = git+https://github.com/xyproto/orbiton#commit=c5eea3cc4e35643ed85b079685f4021e71ea7b5b
b2sums = SKIP
pkgname = orbiton
diff --git a/PKGBUILD b/PKGBUILD
index 75ac6c0e2625..7f8a3e081e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=orbiton
-pkgver=2.60.1
+pkgver=2.60.2
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=6d02169bbeb9de0fd4bd11002933321d91699279") # tag: v2.60.1
+source=("git+$url#commit=c5eea3cc4e35643ed85b079685f4021e71ea7b5b") # tag: v2.60.2
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'