chore(aur): replace b2sums SKIP with real checksums
Fixed-version tarballs should use real B2 checksums per AUR submission guidelines. SKIP is only appropriate for VCS packages.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry-plugin-bookmarks
|
||||
pkgdesc = Bookmarks plugin for Owlry — search and launch browser bookmarks (Firefox, Chrome, Chromium)
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry-plugins
|
||||
install = owlry-plugin-bookmarks.install
|
||||
@@ -11,7 +11,7 @@ pkgbase = owlry-plugin-bookmarks
|
||||
optdepends = firefox: Firefox bookmarks support
|
||||
optdepends = chromium: Chromium bookmarks support
|
||||
optdepends = google-chrome: Chrome bookmarks support
|
||||
source = owlry-plugin-bookmarks-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-bookmarks-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
source = owlry-plugin-bookmarks-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-bookmarks-v1.0.1.tar.gz
|
||||
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
|
||||
|
||||
pkgname = owlry-plugin-bookmarks
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry-plugin-bookmarks
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Bookmarks plugin for Owlry — search and launch browser bookmarks (Firefox, Chrome, Chromium)"
|
||||
arch=('x86_64')
|
||||
@@ -15,7 +15,7 @@ optdepends=(
|
||||
'google-chrome: Chrome bookmarks support'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
|
||||
|
||||
_cratename=owlry-plugin-bookmarks
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry-plugin-calculator
|
||||
pkgdesc = Calculator plugin for Owlry — evaluate math expressions inline
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry-plugins
|
||||
install = owlry-plugin-calculator.install
|
||||
@@ -8,7 +8,7 @@ pkgbase = owlry-plugin-calculator
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
source = owlry-plugin-calculator-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-calculator-v1.0.0.tar.gz
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
source = owlry-plugin-calculator-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-calculator-v1.0.1.tar.gz
|
||||
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
|
||||
|
||||
pkgname = owlry-plugin-calculator
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry-plugin-calculator
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Calculator plugin for Owlry — evaluate math expressions inline"
|
||||
arch=('x86_64')
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-calculator.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
|
||||
|
||||
_cratename=owlry-plugin-calculator
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ pkgbase = owlry-plugin-clipboard
|
||||
depends = cliphist
|
||||
depends = wl-clipboard
|
||||
source = owlry-plugin-clipboard-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-clipboard-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-clipboard
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'cliphist' 'wl-clipboard')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-clipboard.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-clipboard
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry-plugin-emoji
|
||||
pkgdesc = Emoji picker plugin for Owlry — search and insert emoji characters
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry-plugins
|
||||
install = owlry-plugin-emoji.install
|
||||
@@ -10,7 +10,7 @@ pkgbase = owlry-plugin-emoji
|
||||
depends = owlry-core
|
||||
depends = wl-clipboard
|
||||
depends = noto-fonts-emoji
|
||||
source = owlry-plugin-emoji-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-emoji-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
source = owlry-plugin-emoji-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-emoji-v1.0.1.tar.gz
|
||||
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
|
||||
|
||||
pkgname = owlry-plugin-emoji
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry-plugin-emoji
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Emoji picker plugin for Owlry — search and insert emoji characters"
|
||||
arch=('x86_64')
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'wl-clipboard' 'noto-fonts-emoji')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-emoji.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
|
||||
|
||||
_cratename=owlry-plugin-emoji
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ pkgbase = owlry-plugin-filesearch
|
||||
optdepends = fd: fast file finding (recommended)
|
||||
optdepends = mlocate: locate-based file search
|
||||
source = owlry-plugin-filesearch-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-filesearch-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-filesearch
|
||||
|
||||
@@ -14,7 +14,7 @@ optdepends=(
|
||||
'mlocate: locate-based file search'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-filesearch
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ pkgbase = owlry-plugin-media
|
||||
depends = owlry-core
|
||||
depends = playerctl
|
||||
source = owlry-plugin-media-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-media-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-media
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'playerctl')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-media.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-media
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ pkgbase = owlry-plugin-pomodoro
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
source = owlry-plugin-pomodoro-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-pomodoro-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-pomodoro
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-pomodoro.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-pomodoro
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ pkgbase = owlry-plugin-scripts
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
source = owlry-plugin-scripts-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-scripts-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-scripts
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-scripts.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-scripts
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry-plugin-ssh
|
||||
pkgdesc = SSH plugin for Owlry — quickly connect to SSH hosts from config
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry-plugins
|
||||
install = owlry-plugin-ssh.install
|
||||
@@ -9,7 +9,7 @@ pkgbase = owlry-plugin-ssh
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
depends = openssh
|
||||
source = owlry-plugin-ssh-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-ssh-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
source = owlry-plugin-ssh-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-ssh-v1.0.1.tar.gz
|
||||
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
|
||||
|
||||
pkgname = owlry-plugin-ssh
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry-plugin-ssh
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="SSH plugin for Owlry — quickly connect to SSH hosts from config"
|
||||
arch=('x86_64')
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'openssh')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-ssh.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
|
||||
|
||||
_cratename=owlry-plugin-ssh
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ pkgbase = owlry-plugin-system
|
||||
depends = owlry-core
|
||||
depends = systemd
|
||||
source = owlry-plugin-system-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-system-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-system
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'systemd')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-system.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-system
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ pkgbase = owlry-plugin-systemd
|
||||
depends = owlry-core
|
||||
depends = systemd
|
||||
source = owlry-plugin-systemd-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-systemd-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-systemd
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core' 'systemd')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-systemd.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-systemd
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ pkgbase = owlry-plugin-weather
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
source = owlry-plugin-weather-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-weather-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
|
||||
|
||||
pkgname = owlry-plugin-weather
|
||||
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-weather.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
|
||||
|
||||
_cratename=owlry-plugin-weather
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry-plugin-websearch
|
||||
pkgdesc = Web search plugin for Owlry — search DuckDuckGo, Google, and custom engines
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry-plugins
|
||||
install = owlry-plugin-websearch.install
|
||||
@@ -8,7 +8,7 @@ pkgbase = owlry-plugin-websearch
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = cargo
|
||||
depends = owlry-core
|
||||
source = owlry-plugin-websearch-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-websearch-v1.0.0.tar.gz
|
||||
b2sums = SKIP
|
||||
source = owlry-plugin-websearch-1.0.1.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-websearch-v1.0.1.tar.gz
|
||||
b2sums = 1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9
|
||||
|
||||
pkgname = owlry-plugin-websearch
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry-plugin-websearch
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Web search plugin for Owlry — search DuckDuckGo, Google, and custom engines"
|
||||
arch=('x86_64')
|
||||
@@ -10,7 +10,7 @@ depends=('owlry-core')
|
||||
makedepends=('cargo')
|
||||
install=owlry-plugin-websearch.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('1ae495d6dc9dce479f9676b4bfddc410bfc9be0f3f6b99f0626f007e15de55a52c4630a3facdb9671d0aaef61d30ab1fc27401476c6934371d68da6000e7e1a9')
|
||||
|
||||
_cratename=owlry-plugin-websearch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user