summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-12-21 03:01:43 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-12-21 04:05:08 +1100
commitd8d20b371762ec30291e93b69f3eb43e6fb48cfa (patch)
treef35477a5abc948f37d503eab25f2ee3c67518259 /xdelta3
parentffcca3caf25236961997b0777efc1f0cc2add2e4 (diff)
downloadcontrib-d8d20b371762ec30291e93b69f3eb43e6fb48cfa.tar.gz
contrib-d8d20b371762ec30291e93b69f3eb43e6fb48cfa.tar.xz
xdelta3: 3.0.7 -> 3.0.10
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/.footprint7
-rw-r--r--xdelta3/.md5sum2
-rw-r--r--xdelta3/Pkgfile10
3 files changed, 8 insertions, 11 deletions
diff --git a/xdelta3/.footprint b/xdelta3/.footprint
index e1e37dcd2..9641f0ee8 100644
--- a/xdelta3/.footprint
+++ b/xdelta3/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdelta3
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xdelta3.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xdelta3.1.gz
diff --git a/xdelta3/.md5sum b/xdelta3/.md5sum
index 03d941eff..ede2e11ad 100644
--- a/xdelta3/.md5sum
+++ b/xdelta3/.md5sum
@@ -1 +1 @@
-ef6631e4f9219a80bcb9e3020962b6ec xdelta3-3.0.7.tar.gz
+9007f1b91ad07eac04d095ec42772136 xdelta3-3.0.10.tar.gz
diff --git a/xdelta3/Pkgfile b/xdelta3/Pkgfile
index 3a46bcb54..53c794a24 100644
--- a/xdelta3/Pkgfile
+++ b/xdelta3/Pkgfile
@@ -5,17 +5,13 @@
# Depends on: xz
name=xdelta3
-version=3.0.7
+version=3.0.10
release=1
-source=(http://xdelta.googlecode.com/files/$name-$version.tar.gz)
+source=(https://github.com/jmacd/xdelta-devel/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit