summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-10-14 18:19:42 +0200
committerAlexander F. Rødseth2019-10-14 18:19:42 +0200
commitccee2c98821fb5015a9aff9ed2c55168f459368a (patch)
tree05957b0a969cc22c8f13e919dfe164d4c8c3fb47
parent7dc02ff697fce3d8c0159e3c324476ea642be702 (diff)
downloadaur-ccee2c98821fb5015a9aff9ed2c55168f459368a.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147a00004502..1e34fa0829dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Oct 14 16:12:42 UTC 2019
+# Mon Oct 14 16:19:35 UTC 2019
pkgbase = o
pkgdesc = Small, fast and limited text editor
- pkgver = 2.4.1
- pkgrel = 2
+ pkgver = 2.4.2
+ pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
license = BSD
makedepends = git
makedepends = gcc-go
- source = git+https://github.com/xyproto/o#tag=2.4.1
+ source = git+https://github.com/xyproto/o#tag=2.4.2
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 9007b7ecd574..d2232ef22acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
pkgdesc='Small, fast and limited text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'