summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjahendrie2022-01-10 02:25:46 -0900
committerjahendrie2022-01-10 02:25:46 -0900
commit86dd932b621fb0a53c3db5aba5cade3f785b3a54 (patch)
treeaddbf4aeee1c618d4c4a69cc62e97613f24a9ed3 /PKGBUILD
parent3436b1c2b273e7131b69aef9f52dddf51356c4b3 (diff)
downloadaur-86dd932b621fb0a53c3db5aba5cade3f785b3a54.tar.gz
Changed source location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93e5ea0394e1..c5553f232b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=bin2dec
pkgver=1.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Converts binary numbers to decimal integers or ASCII text"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ backup=()
options=()
install=
changelog=
-source=("http://www.someplacedumb.net/content/progs/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/jahendrie/bin2dec/releases/download/v1.6/$pkgname-$pkgver.tar.gz")
noextract=()
md5sums=('69994b8ebaa65903ce249db371b9817c')
validpgpkeys=()