Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions srcpkgs/pastebinit/patches/fix-defaultPB.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/pastebinit 2026-04-01 14:19:16.647658114 +0100
+++ b/pastebinit 2026-04-01 14:20:24.726422658 +0100
@@ -42,7 +42,7 @@
version = "1.8.0"

# Set the default pastebin
-defaultPB = "bpa.st"
+defaultPB = "dpaste.com"

# Now try to override it with a distributor pastebin
try:
6 changes: 3 additions & 3 deletions srcpkgs/pastebinit/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'pastebinit'
pkgname=pastebinit
version=1.6.2
version=1.8.0
revision=1
hostmakedepends="asciidoc gettext"
depends="python3-distro"
short_desc="Pastebin command-line client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://phab.lubuntu.me/source/pastebinit/"
homepage="https://github.com/pastebinit/pastebinit"
distfiles="$DEBIAN_SITE/main/p/$pkgname/${pkgname}_$version.orig.tar.gz"
checksum=b7f63207bfb66eca0e77052283815346d3ad9de2b30aa9f68b74521f0b54940a
checksum=fc8ed4323ddfb130c17380af8f4970ac9c1648563fb1ab4efd307e87eb2c41e7

do_build() {
a2x -f manpage pastebinit.xml
Expand Down