summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Agarwal2024-04-07 18:06:42 +0530
committerAyush Agarwal2024-04-07 18:06:42 +0530
commit44c63bb7de559029e4caf8bb897a1b713835a1d8 (patch)
tree64d5385ab787bc52abe98b810c43477c932667a5
parent0b06f85df7cc449d8694075ccc0ef54ceabac18f (diff)
downloadaur-44c63bb7de559029e4caf8bb897a1b713835a1d8.tar.gz
release: bump version to 4.9
modified maintainer email ID as well
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b18d658ad77..6e903f6f402c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buku
pkgdesc = Bookmark manager like a text-based mini-web
- pkgver = 4.8
- pkgrel = 3
+ pkgver = 4.9
+ pkgrel = 1
url = https://github.com/jarun/buku
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = buku
optdepends = wl-clipboard: to copy text in wayland
optdepends = xsel: to copy text in xorg
optdepends = xclip: to copy text in xorg
- source = buku-4.8.tar.gz::https://github.com/jarun/buku/archive/refs/tags/v4.8.tar.gz
- sha256sums = a0b94210e80e9f9f359e5308323837d41781cf8dba497341099d5c59e27fa52c
+ source = buku-4.9.tar.gz::https://github.com/jarun/buku/archive/refs/tags/v4.9.tar.gz
+ sha256sums = 1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac
pkgname = buku
diff --git a/PKGBUILD b/PKGBUILD
index 15e957ac9c70..d2c19363f82c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Ayush Agarwal <ayushnix at fastmail dot com>
+# Maintainer: Ayush Agarwal <ayush at ayushnix dot com>
# Contributor: Ben Oliver <ben at bfoliver dot com>
# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
# Contributor: John Jenkins <twodopeshaggy at gmail dot com>
# Contributor: Julian Paul Dasmarinas <julian.dasma at gmail dot com>
pkgname=buku
-pkgver=4.8
-pkgrel=3
+pkgver=4.9
+pkgrel=1
pkgdesc="Bookmark manager like a text-based mini-web"
arch=('any')
url="https://github.com/jarun/buku"
@@ -21,7 +21,7 @@ optdepends=('wl-clipboard: to copy text in wayland'
'xsel: to copy text in xorg'
'xclip: to copy text in xorg')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('a0b94210e80e9f9f359e5308323837d41781cf8dba497341099d5c59e27fa52c')
+sha256sums=('1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac')
package() {
cd "$pkgname-$pkgver"