summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-04-26 20:38:39 -0400
committerChris Severance2018-04-26 20:38:39 -0400
commit9094ff4c0adfc0ed4226ca79fd82b84cd8047b3b (patch)
treed6ac340cff084b2639fdec518064070ee04c2c33
parentff1b3f230c4fcf8fd0714a8fdeead7e001141342 (diff)
downloadaur-9094ff4c0adfc0ed4226ca79fd82b84cd8047b3b.tar.gz
autu: Update to 0.2.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b92bbfdb56f..df1bf0d7e56b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 28 05:37:43 UTC 2017
+# Fri Apr 27 00:38:38 UTC 2018
pkgbase = ldmtool
pkgdesc = tool for managing Microsoft Windows dynamic disks
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/mdbooth/libldm
arch = i686
@@ -13,11 +13,9 @@ pkgbase = ldmtool
makedepends = device-mapper
provides = libldm
conflicts = libldm
- source = https://github.com/mdbooth/libldm/archive/libldm-0.2.3.tar.gz
- source = ldmtool-0.2.3.patch
+ source = https://github.com/mdbooth/libldm/archive/libldm-0.2.4.tar.gz
source = sysmacros.patch
- sha256sums = bc2d930f46f070d446e587f65f66b2fca4af5017439f6f821ae45bff7cb944ad
- sha256sums = 7e4699a1544046a9ccc14e4ec7b36cb901123783f5d456795632d2ffa28ab886
+ sha256sums = 9c941b40655ade5c3ab7da9d1b957df9400d88a59af090c87d1aa9971b0df84c
sha256sums = 503052d3fb15869f5ed3b3425299dce64b20e40d1df58eeb9d863ec97d0e7ce9
pkgname = ldmtool
diff --git a/PKGBUILD b/PKGBUILD
index abc67b2b39ff..f1b54f4d1381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _gitauth='mdbooth'
_pkgname='ldmtool'
_gitname='libldm'
pkgname="${_pkgname}"
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc='tool for managing Microsoft Windows dynamic disks'
arch=('i686' 'x86_64')
@@ -19,11 +19,9 @@ _verwatch=("${url}/releases.atom" "\s\+<title>${_gitname}-\([0-9\.]\+\)</title>.
_srcdir="${_gitname}-${_gitname}-${pkgver}"
source=(
"${url}/archive/${_gitname}-${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.patch"
'sysmacros.patch'
)
-sha256sums=('bc2d930f46f070d446e587f65f66b2fca4af5017439f6f821ae45bff7cb944ad'
- '7e4699a1544046a9ccc14e4ec7b36cb901123783f5d456795632d2ffa28ab886'
+sha256sums=('9c941b40655ade5c3ab7da9d1b957df9400d88a59af090c87d1aa9971b0df84c'
'503052d3fb15869f5ed3b3425299dce64b20e40d1df58eeb9d863ec97d0e7ce9')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
@@ -46,8 +44,6 @@ fi
prepare() {
set -u
cd "${_srcdir}"
- patch -b -p0 -i "${srcdir}/${pkgname}-${pkgver}.patch"
- patch -b -p0 -i "${srcdir}/sysmacros.patch" # diff -u3 src/ldm.c{.orig,} > '../../sysmacros.patch'
_configure
set +u
}