summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2023-09-26 23:30:46 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2023-09-26 23:30:46 +0200
commit2af695775639c4c46963f40129e1d9b1c5797937 (patch)
treefa00ab1aa918fa0ae194d5f9618537bd4e6f363e
parentd2baee7494462843969f8a035aebe85dca77bbd9 (diff)
downloadhonk_aur-2af695775639c4c46963f40129e1d9b1c5797937.tar.gz
honk_aur-2af695775639c4c46963f40129e1d9b1c5797937.zip
bump honk to version 1.1.0, bump go dep >=1.16
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD10
-rwxr-xr-xhonk.changelog27
3 files changed, 38 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed2ffe3..47c4818 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 1.0.0
- pkgrel = 11
+ pkgver = 1.1.0
+ pkgrel = 12
epoch = 0
url = https://humungus.tedunangst.com/r/honk
install = honk.install
changelog = honk.changelog
arch = x86_64
license = custom:ISC
- makedepends = go
+ makedepends = go>=1.16
makedepends = sqlite
- depends = go
+ depends = go>=1.16
depends = sqlite
optdepends = nginx: for TLS and reverse proxying.
provides = honk
@@ -19,7 +19,7 @@ pkgbase = honk
options = strip
options = docs
options = zipman
- source = honk-1.0.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.0.0.tgz
- sha512sums = 124c5f5a932782c96b0597809af6c1e7142b77ac0a97ab98ac4168b38022817a119b3cf17b21584e5d8289a877a15d2e566b57a43150c6105eec637f8c326eb1
+ source = honk-1.1.0.tar::https://humungus.tedunangst.com/r/honk/d/honk-1.1.0.tgz
+ sha512sums = df2e2967ed52c92ebad8065e1d3c40e8e2a2bd997335df198686afaeca32b67d1a46d0cea4f9504e9fa7535794d35275fdcb0e5de6c74bd2fa8f088f1397d013
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index d785a8e..50ece91 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=1.0.0
-pkgrel=11
+pkgver=1.1.0
+pkgrel=12
epoch=0
pkgdesc="ActivityPub compatible server with web frontend."
arch=("x86_64")
url="https://humungus.tedunangst.com/r/honk"
license=("custom:ISC")
-makedepends=("go" "sqlite")
-depends=("go" "sqlite")
+makedepends=("go>=1.16" "sqlite")
+depends=("go>=1.16" "sqlite")
optdepends=("nginx: for TLS and reverse proxying.")
changelog="$pkgname.changelog"
provides=("${pkgname}")
conflicts=("${pkgname}" 'honk-hg')
source=("$pkgname-$pkgver.tar::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz")
-sha512sums=("124c5f5a932782c96b0597809af6c1e7142b77ac0a97ab98ac4168b38022817a119b3cf17b21584e5d8289a877a15d2e566b57a43150c6105eec637f8c326eb1")
+sha512sums=("df2e2967ed52c92ebad8065e1d3c40e8e2a2bd997335df198686afaeca32b67d1a46d0cea4f9504e9fa7535794d35275fdcb0e5de6c74bd2fa8f088f1397d013")
options=(strip docs zipman)
install="$pkgname.install"
diff --git a/honk.changelog b/honk.changelog
index 5e7adbd..3bccb29 100755
--- a/honk.changelog
+++ b/honk.changelog
@@ -1,5 +1,31 @@
changelog
+### 1.1.0 Eventual Enshittification
+
++ Fix backup command.
+
++ Fixes for markdown.
+
++ Allow bigger image uploads.
+
++ Some hotkeys for the web UI.
+
++ Upload multiple files (but beware).
+
++ Better page titles.
+
++ Refine thread sort.
+
++ Send updates to correct audience.
+
++ Run analyze to improve database performance.
+
++ Delivery performance improvements.
+
++ Export command to ActivityPub data. (And import.)
+
++ Note that we require go 1.18 now.
+
### 1.0.0 Happy Honker
+ A great big honk composition text box.
@@ -436,3 +462,4 @@ Most records from this time of primitive development have been lost.
### 0.4.0 Fore Score
### 0.3.0 Valorous Varaha
+