summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Shreckengost2021-06-28 10:42:08 -0400
committerJonathan Shreckengost2021-06-28 10:42:08 -0400
commit7e0034de3213eece2a1bcaf3f857f979897aa80d (patch)
tree0786f0b0e133b9cf0f7277fec14cbde740ea0811
parent111ca6ca77624740b597f0c400b4d2f985359f28 (diff)
downloadaur-liblnk-git.tar.gz
Updated dependency libbfio to libbfio-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3394bd81766..8c5faa5d379c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = liblnk-git
pkgdesc = Library and tools to access the Windows Shortcut File (LNK) format
- pkgver = 20181227.r2.g1e055a0
+ pkgver = 20210417.r0.g0c9a2c8
pkgrel = 1
url = https://github.com/libyal/liblnk
arch = x86_64
license = LGPL3
+ makedepends = git
makedepends = python
makedepends = python2
makedepends = automake
makedepends = autoconf
makedepends = libtool
makedepends = pkgconf
- depends = libbfio
+ depends = libbfio-git
source = liblnk-git::git+https://github.com/libyal/liblnk.git
sha256sums = SKIP
@@ -38,4 +39,3 @@ pkgname = python2-liblnk-git
depends = liblnk-git
provides = python2-liblnk
conflicts = python2-liblnk
-
diff --git a/PKGBUILD b/PKGBUILD
index 7591d51e23e3..570d17498d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Davide Depau <davide@depau.eu>
+# Contributor: Jonathan Shreckengost <jonathanshrek@gmail.com>
pkgbase="liblnk-git"
pkgname=("liblnk-git" "liblnk-tools-git" "python-liblnk-git" "python2-liblnk-git")
-pkgver=20181227.r2.g1e055a0
+pkgver=20210417.r0.g0c9a2c8
pkgrel=1
pkgdesc="Library and tools to access the Windows Shortcut File (LNK) format"
arch=(x86_64)
license=(LGPL3)
url="https://github.com/libyal/liblnk"
-depends=(libbfio)
-makedepends=(python python2 automake autoconf libtool pkgconf)
+depends=('libbfio-git')
+makedepends=('git' 'python' 'python2' 'automake' 'autoconf' 'libtool' 'pkgconf')
source=("$pkgname::git+https://github.com/libyal/liblnk.git")
sha256sums=('SKIP')
@@ -124,4 +125,3 @@ package_python2-liblnk-git() {
cp -d "$lib" "$pkgdir/$lib"
done
}
-