summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95fdd6e37e10..8fb9694f5681 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Feb 5 20:31:44 UTC 2016
pkgbase = ent
pkgdesc = Pseudorandom number sequence test
pkgver = 1.2
@@ -13,10 +11,10 @@ pkgbase = ent
makedepends = perl-xml-libxml
depends = glibc
source = http://ftp.de.debian.org/debian/pool/main/e/ent/ent_1.2debian.orig.tar.gz
- source = http://ftp.de.debian.org/debian/pool/main/e/ent/ent_1.2debian-1.debian.tar.xz
+ source = http://ftp.de.debian.org/debian/pool/main/e/ent/ent_1.2debian-3.debian.tar.xz
source = LICENSE
sha256sums = 2df63722b30d309f373416bfce69adaadb5f7a82294fb0d661c5f258dcc7d049
- sha256sums = 8f5a6db3f060f4694711bed828b23c037da38d6b7f4226c1095b9294d5ba5180
+ sha256sums = 4996f4b4f1980804a5cad167f0b25efc79d350b70d6abdc8888da99cb0fffd2d
sha256sums = 4ebee40438cb4df5dadbe3028002fdc17f07daee751cb79d53d7f55fbc37ce36
pkgname = ent
diff --git a/PKGBUILD b/PKGBUILD
index e8130ec40a4f..a51caeaeb05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ent
pkgver=1.2
-debianver="${pkgver}debian-1"
+debianver="${pkgver}debian-3"
pkgrel=1
pkgdesc="Pseudorandom number sequence test"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=("http://ftp.de.debian.org/debian/pool/main/e/${pkgname}/${pkgname}_${pkg
"http://ftp.de.debian.org/debian/pool/main/e/${pkgname}/${pkgname}_${debianver}.debian.tar.xz"
"LICENSE")
sha256sums=('2df63722b30d309f373416bfce69adaadb5f7a82294fb0d661c5f258dcc7d049'
- '8f5a6db3f060f4694711bed828b23c037da38d6b7f4226c1095b9294d5ba5180'
+ '4996f4b4f1980804a5cad167f0b25efc79d350b70d6abdc8888da99cb0fffd2d'
'4ebee40438cb4df5dadbe3028002fdc17f07daee751cb79d53d7f55fbc37ce36')
prepare() {
@@ -31,7 +31,7 @@ prepare() {
done
# fix for docbook2man binary name
- sed -i 's/docbook2x-man/docbook2man/g' Makefile
+ sed -i 's/docbook2x-man/db2x_docbook2man/g' Makefile
}
build() {