summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-09 17:25:31 -0500
committerMatthew McGinn2020-01-09 17:25:31 -0500
commitc6e7ea5ff4defa9b7c78255f2c2d4bd405ce7e25 (patch)
tree4ec26953901b4dccfb19033ab612d5754b1d9bb5
parent390fb58cd5ccfc8d6c872db49a7fb35f01698738 (diff)
downloadaur-c6e7ea5ff4defa9b7c78255f2c2d4bd405ce7e25.tar.gz
update deps & license
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff208f519f2..3b97833621e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,9 @@ pkgbase = ply-git
pkgrel = 1
url = https://github.com/iovisor/ply
arch = x86_64
- license = BSD
+ license = GPL2
makedepends = git
+ depends = glibc
provides = ply
source = git+https://github.com/iovisor/ply
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 287efda7adfd..d739da2b7604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@ pkgver=r322.aa5b9ac
pkgdesc="A light-weight dynamic tracer for Linux"
arch=('x86_64')
url="https://github.com/iovisor/ply"
-license=('BSD')
+license=('GPL2')
provides=('ply')
makedepends=('git')
+depends=('glibc')
source=("git+https://github.com/iovisor/${_pkgname}")
md5sums=('SKIP')