summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasasu2016-11-22 18:29:43 +0800
committerSasasu2016-11-22 18:29:43 +0800
commit16d045d7f462ce86b0fec6c43c36d70887e227dd (patch)
tree574e9fbb545139875da32d623bc45d39ab7e500d
parent7cd2819cadfee2748ed1d3679e740fa759777c07 (diff)
downloadaur-hex2bin.tar.gz
edit upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98affe1beee7..92c1277d5e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hex2bin
pkgdesc = Hex to binary converter.
- pkgver = 20161016
+ pkgver = 20161122
pkgrel = 1
- url = https://github.com/mike2718/moefmcmd.git
+ url = https://github.com/Keidan/hex2bin
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 7b91375aed21..a41806f09e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Package from: Keidan <https://github.com/Keidan>
#Maintainer : Sasasu <lizhaolong0123@gmail.com>
pkgname=hex2bin
-pkgver=20161016
+pkgver=20161122
pkgrel=1
pkgdesc="Hex to binary converter."
arch=('any')
-url="https://github.com/mike2718/moefmcmd.git"
+url="https://github.com/Keidan/hex2bin"
license=('GPL3')
depends=('gcc')
makedepends=('git' 'make')