makedeb


standard-notes-bin 3.195.13-2


An end-to-end encrypted notes app for digitalists and professionals.

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

Commit:


Hash: cd787ad02500f684125f7eec1f6a951736911466

Message: Correct typo for source URL * Also delete trailing `/` in human-readable `url` variable

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8d46950..a5a0ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
 pkgbase = standard-notes-bin
 	pkgdesc = An end-to-end encrypted notes app for digitalists and professionals.
 	pkgver = 3.195.13
-	pkgrel = 1
-	url = https://standardnotes.com/
+	pkgrel = 2
+	url = https://standardnotes.com
 	arch = amd64
 	arch = arm64
 	license = AGPL-3.0-or-later
 	provides = standard-notes
 	conflicts = standard-notes
 	conflicts = standard-notes-deb
-	noextract = standard-notes-bin_3.195.13-1_amd64.deb
-	source_amd64 = standard-notes-bin_3.195.13-1_amd64.deb::https://standardnotes.com//releases/download/%40standardnotes%2Fdesktop%403.195.13/standard-notes-3.195.13-linux-amd64.deb
+	noextract = standard-notes-bin_3.195.13-2_amd64.deb
+	source_amd64 = standard-notes-bin_3.195.13-2_amd64.deb::https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%403.195.13/standard-notes-3.195.13-linux-amd64.deb
 	sha256sums_amd64 = ca0b33529e9a5878c40a14540a8633e31fb18f8cf166d7de0c2a22a582fb00ef
 	sha512sums_amd64 = cfbb5990ebf363310f86edebcfc3c6ee659d12e6b5cf64e85688fa976c26bd9531fe74ba950df2205844be99ccc97459daa0e7e22867053db47f266db6f92331
-	source_arm64 = standard-notes-bin_3.195.13-1_arm64.deb::https://standardnotes.com//releases/download/%40standardnotes%2Fdesktop%403.195.13/standard-notes-3.195.13-linux-arm64.deb
+	source_arm64 = standard-notes-bin_3.195.13-2_arm64.deb::https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%403.195.13/standard-notes-3.195.13-linux-arm64.deb
 	sha256sums_arm64 = 0413127b7f5fccb0e4899a6e1fe0b9b829b371ae116a877c5b28d2cd2308a4f6
 	sha512sums_arm64 = 73da7b68b0a472a76dc7f5f6beb99be460b273b26d47d3bd195c2b92018f26967415d491e73857d2723db0914704803f1ae3ee0d838ce1f8a6c9fa50cf2d0d7f
 
diff --git a/PKGBUILD b/PKGBUILD
index a2345e1..1202b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 _pkgname="standard-notes"
 pkgname="standard-notes-bin"
 pkgver='3.195.13'
-pkgrel='1'
+pkgrel='2'
 pkgdesc="An end-to-end encrypted notes app for digitalists and professionals."
 arch=('amd64' 'arm64')
 depends=()
 license=('AGPL-3.0-or-later')
-url="https://standardnotes.com/"
+url="https://standardnotes.com"
 _url="https://github.com/standardnotes/app"
-source_amd64=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb")
-source_arm64=("${pkgname}_${pkgver}-${pkgrel}_arm64.deb"::"${url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-arm64.deb")
+source_amd64=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${_url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb")
+source_arm64=("${pkgname}_${pkgver}-${pkgrel}_arm64.deb"::"${_url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-arm64.deb")
 sha512sums_amd64=('cfbb5990ebf363310f86edebcfc3c6ee659d12e6b5cf64e85688fa976c26bd9531fe74ba950df2205844be99ccc97459daa0e7e22867053db47f266db6f92331')
 sha512sums_arm64=('73da7b68b0a472a76dc7f5f6beb99be460b273b26d47d3bd195c2b92018f26967415d491e73857d2723db0914704803f1ae3ee0d838ce1f8a6c9fa50cf2d0d7f')
 sha256sums_amd64=('ca0b33529e9a5878c40a14540a8633e31fb18f8cf166d7de0c2a22a582fb00ef')