summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')