summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-02-20 10:20:00 +0100
committerroot2021-02-20 10:20:00 +0100
commitb9793f818adba13b260ad69c328226c04abb89c1 (patch)
treef22d802fd720ece96ba6e5ea132290bc5e0ef462
parent57f1ce78a17272cdcc64fcc2d7b092d939c49dda (diff)
downloadaur-favicon-to-png-upload.tar.gz
Version change: Fixed discourse formatting.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8513ec6c7316..c8a55ef8ca12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = favicon-to-png-upload
pkgdesc = Downloads the 'favicon.ico' from a given URL and uploads it's PNG-version to imgur.com. The imgut.com-URL is printed on stdout and pushed to the clipboard. Also supports markdown-output.
- pkgver = 0.3_2021_02_20
+ pkgver = 0.3b_2021_02_20
pkgrel = 2
epoch = 0
arch = any
@@ -16,7 +16,7 @@ pkgbase = favicon-to-png-upload
optdepends = xsel: To copy the result to the X clipboard (alternative to 'xclip').
options = emptydirs
source = favicon-to-png-upload::http://ix.io/2Q37
- sha256sums = d1735de80b57894422bf2142cf0b4cb8213c6a6665c7549062c9125da9636c29
+ sha256sums = 90752f70f43c8b57197cad6e3f0d6361f6a7ae69d804e47bce769b258f4c1010
pkgname = favicon-to-png-upload
diff --git a/PKGBUILD b/PKGBUILD
index 33ef4ec16d5a..b4648134cd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="${_pkgname}"
_pkgver="latest"
epoch=0
-pkgver=0.3_2021_02_20
+pkgver=0.3b_2021_02_20 # NOTE!, the version get's specified via 'pkgver()'. Version changes must be made in the 'favicon-to-png-upload' bash script itself.
pkgrel=2
pkgdesc="Downloads the 'favicon.ico' from a given URL and uploads it's PNG-version to imgur.com. The imgut.com-URL is printed on stdout and pushed to the clipboard. Also supports markdown-output."
@@ -42,7 +42,7 @@ source=(
)
sha256sums=(
- 'd1735de80b57894422bf2142cf0b4cb8213c6a6665c7549062c9125da9636c29'
+ '90752f70f43c8b57197cad6e3f0d6361f6a7ae69d804e47bce769b258f4c1010'
)
prepare() {