summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreatmyvenom2021-01-23 01:00:01 -0800
committereatmyvenom2021-01-23 01:00:01 -0800
commit7ea6010ed414daa83f1d1804c26d0a2fae146db3 (patch)
tree17d0af6085c438991bd923113db0e13fd72f517e
parentffe785c7d42d45db41ba6fac4a6286bd386e429b (diff)
downloadaur-xd.tar.gz
update package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fddb03a84021..783fc283af98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xd
pkgdesc = a utility for dumping files in hex, decimal, or octal
- pkgver = 1
- pkgrel = 3
+ pkgver = 1.4
+ pkgrel = 1
url = http://www.fourmilab.ch/xd
arch = i686
arch = x86_64
@@ -9,10 +9,9 @@ pkgbase = xd
makedepends = gcc
depends = glibc
options = zipman
- source = http://www.fourmilab.ch/xd/xd.zip
+ source = http://www.fourmilab.ch/xd/xd-1.4.tar.gz
source = COPYING
- md5sums = 304184cb2bd79900c4750dcab481033a
+ md5sums = 6493858c46570f9f9480261091ae8d12
md5sums = 5cf61120e8516a804a13731920518974
pkgname = xd
-
diff --git a/PKGBUILD b/PKGBUILD
index e9e65aae86fe..c9a9644aed24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Andreas B. Wagner <andreas.wagner@lowfatcomputing.org>
# Contributor: Michael Blum <michaeldblum@earthlink.net>
pkgname=xd
-pkgver=1
-pkgrel=3
+pkgver=1.4
+pkgrel=1
pkgdesc='a utility for dumping files in hex, decimal, or octal'
arch=('i686' 'x86_64')
url="http://www.fourmilab.ch/xd"
license=('custom')
depends=('glibc')
makedepends=('gcc')
-source=("http://www.fourmilab.ch/$pkgname/$pkgname.zip" 'COPYING')
+source=("http://www.fourmilab.ch/$pkgname/$pkgname-$pkgver.tar.gz" 'COPYING')
options=('zipman')
-md5sums=('304184cb2bd79900c4750dcab481033a'
+md5sums=('6493858c46570f9f9480261091ae8d12'
'5cf61120e8516a804a13731920518974')
build() {