makedeb


libreddit-bin 0.22.9-1


An alternative private front-end to Reddit

Click here to go back to the commit logs for libreddit-bin.

Commit:


Hash: f67259e809a9c9b823cb3c72e1513c9b1bd9315e

Message: Updated to Version 0.16.0 Signed-off-by: SZanko <szanko@protonmail.com>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2d4e900..aa0b4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-generated-by = makedeb-makepkg
-
 pkgbase = libreddit-bin
 	pkgdesc = An alternative private front-end to Reddit
-	pkgver = 0.15.3
+	pkgver = 0.16.0
 	pkgrel = 1
 	url = https://github.com/spikecodes/libreddit
 	arch = x86_64
@@ -12,10 +10,10 @@ pkgbase = libreddit-bin
 	conflicts = libreddit
 	options = !strip
 	options = !emptydirs
-	source = libreddit-0.15.3::https://github.com/spikecodes/libreddit/releases/download/v0.15.3/libreddit
-	source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.15.3/contrib/libreddit.service
-	source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.15.3/contrib/libreddit.conf
-	sha512sums = d37e6056097d620112506db4bd7ccbc0191ab0c8c2e49e601138bca7a326368cd160b1c0f708d8255bd91f2dff40a85d2f9340853ea4bce531d054b572133d20
+	source = libreddit-0.16.0::https://github.com/spikecodes/libreddit/releases/download/v0.16.0/libreddit
+	source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.16.0/contrib/libreddit.service
+	source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.16.0/contrib/libreddit.conf
+	sha512sums = 74685d58b83b5adf1a34c0e55bdb2d1bad9fd791e763aca1e89ad9cf894dc675d915cbc53f41c325d14dd8cde93d05a8bf27353338a07a1728d16dbf11344904
 	sha512sums = 13f92ce4b522b9de3ca80518d0f0212808c497d0d428518697149f8737bec6d4d02f616af81fa67475c60fc87d6373c9af573ed3624ba352736587c25ef5e55e
 	sha512sums = 5dd9ad006cb628559d1b906d5e5874179a14d481be99bc4f5d3407a160a9729eb4fe87d9dae51f68cbc98c56ad13dcaebb350765c798b57aade794ba333ba5e7
 
diff --git a/PKGBUILD b/PKGBUILD
index 0dd0b57..a932859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=libreddit
 pkgname=${_pkgname}-bin
-pkgver=0.15.3
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='An alternative private front-end to Reddit'
 arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
   "https://raw.githubusercontent.com/spikecodes/${_pkgname}/v${pkgver}/contrib/${_pkgname}.service"
   "https://raw.githubusercontent.com/spikecodes/${_pkgname}/v${pkgver}/contrib/${_pkgname}.conf")
 sha512sums=(
-  'd37e6056097d620112506db4bd7ccbc0191ab0c8c2e49e601138bca7a326368cd160b1c0f708d8255bd91f2dff40a85d2f9340853ea4bce531d054b572133d20'
+  '74685d58b83b5adf1a34c0e55bdb2d1bad9fd791e763aca1e89ad9cf894dc675d915cbc53f41c325d14dd8cde93d05a8bf27353338a07a1728d16dbf11344904'
   '13f92ce4b522b9de3ca80518d0f0212808c497d0d428518697149f8737bec6d4d02f616af81fa67475c60fc87d6373c9af573ed3624ba352736587c25ef5e55e'
   '5dd9ad006cb628559d1b906d5e5874179a14d481be99bc4f5d3407a160a9729eb4fe87d9dae51f68cbc98c56ad13dcaebb350765c798b57aade794ba333ba5e7'
 )
@@ -24,6 +24,7 @@ conflicts=("${_pkgname}")
 
 package() {
   sed -i '1s/localhost/0.0.0.0/g' ${_pkgname}.conf
+  sed -i '2s/12345/8080/g' ${_pkgname}.conf
   install -Dm644 "${_pkgname}.conf" "$pkgdir/etc/${_pkgname}.conf"
   install -Dm644 "${_pkgname}.service" "$pkgdir/lib/systemd/system/${_pkgname}.service"
   install -Dm755 "${_pkgname}-${pkgver}" "$pkgdir/usr/bin/${_pkgname}"