summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2018-09-27 22:17:19 -0400
committerJames An2018-09-27 22:17:19 -0400
commit356ce8ba22f0f29ae52a78442a5012018bd37629 (patch)
treea9d231defe53f68e195d2cce9d6f7fb7090a7f4c
parent82f51f5fa3a9f3ecd8af20c7587ede697d361ccd (diff)
downloadaur-356ce8ba22f0f29ae52a78442a5012018bd37629.tar.gz
Updated to latest upstream version and removed patch as its been merged upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4379fdbb4c3e..0e1fc2aa0ca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libfvde-git
pkgdesc = Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes
- pkgver = 20180108.r0.g3584a32
+ pkgver = 20180108.r3.g53a2145
pkgrel = 1
url = https://github.com/libyal/libfvde/wiki
arch = i686
@@ -10,12 +10,10 @@ pkgbase = libfvde-git
makedepends = git
depends = libxml2
depends = openssl
- provides = libfvde=20180108.r0.g3584a32
+ provides = libfvde=20180108.r3.g53a2145
conflicts = libfvde
source = libfvde::git+https://github.com/libyal/libfvde.git
- source = libfvalue_string.patch
md5sums = SKIP
- md5sums = 7dd39c62a7dc74dc757935c2a669bbb6
pkgname = libfvde-git
diff --git a/PKGBUILD b/PKGBUILD
index a9f48841de9e..dcc596d617bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libfvde-git
_pkgname=${pkgname%-git}
-pkgver=20180108.r0.g3584a32
+pkgver=20180108.r3.g53a2145
pkgrel=1
pkgdesc='Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes'
arch=('i686' 'x86_64' 'any')
@@ -14,10 +14,8 @@ provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=()
install=
-source=("$_pkgname"::"git+https://github.com/libyal/$_pkgname.git"
- 'libfvalue_string.patch')
-md5sums=('SKIP'
- '7dd39c62a7dc74dc757935c2a669bbb6')
+source=("$_pkgname"::"git+https://github.com/libyal/$_pkgname.git")
+md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -32,7 +30,6 @@ prepare() {
cd "$_pkgname"
./synclibs.sh
- patch -p1 < ../libfvalue_string.patch
}
build() {