summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09e11753793..6b97d6872345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = vdeplug_agno-git
pkgdesc = agnostic encryption nested plugin for vdeplug4
pkgver = r3.1529186
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rd235/vdeplug_agno
arch = any
- license = GPL2
+ license = LGPL
+ makedepends = git
depends = vdeplug4-git
provides = vdeplug_agno
conflicts = vdeplug_agno
diff --git a/PKGBUILD b/PKGBUILD
index 3d76f86ff394..cbcc094c32d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _pkgname="vdeplug_agno"
pkgname="$_pkgname-git"
pkgver=r3.1529186
-pkgrel=1
+pkgrel=2
pkgdesc="agnostic encryption nested plugin for vdeplug4"
arch=('any')
url="https://github.com/rd235/$_pkgname"
-license=('GPL2')
+license=('LGPL')
depends=('vdeplug4-git')
+makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url.git")