summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2021-01-06 20:39:14 -0800
committerChristopher Snowhill2021-01-06 20:39:14 -0800
commitf775be323a888f4550be37b4744b7e3cf593d087 (patch)
treeb99be5c10fabafda37622bfaecd5aa96529036cb
parentfe1aedb97909e8657fb95618573dea87b576273e (diff)
downloadaur-f775be323a888f4550be37b4744b7e3cf593d087.tar.gz
Fix extraction of source package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4cc724a59c7..641bcf625993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eos_portable_archive
pkgdesc = A portable binary archive to be used with boost::serialization
pkgver = 5.1
- pkgrel = 3
+ pkgrel = 4
url = https://epa.codeplex.com/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index af7828024c6b..9bbc2a2401fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=eos_portable_archive
pkgver=5.1
-pkgrel=3
+pkgrel=4
pkgdesc="A portable binary archive to be used with boost::serialization"
arch=('any')
url="https://epa.codeplex.com/"
@@ -11,7 +11,7 @@ source=("https://codeplexarchive.blob.core.windows.net/archive/projects/epa/epa.
sha256sums=('8db1d984bb6be6571cea2caf52f8dfcd421b607f3d35384544376d5645dcd482')
prepare() {
- bsdtar xf "sourceCode\\sourceCode.zip"
+ bsdtar xf sourceCode/sourceCode.zip
}
package() {