summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')