summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2017-02-03 17:21:03 +0300
committerTimofey Titovets2017-02-03 17:21:03 +0300
commitcaaafedb405e18bc4864d7fb424c8fa9cc8cc3dd (patch)
tree41aa652bdaba9f5536e93a2faa51f0e274d8b6f7
parentea082e0817f7da29d2f9bb27133435006fd0a3af (diff)
downloadaur-caaafedb405e18bc4864d7fb424c8fa9cc8cc3dd.tar.gz
Set right GPL version
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7618b28189c1..ca6bc3d5abd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 14:17:32 UTC 2017
+# Fri Feb 3 14:20:55 UTC 2017
pkgbase = python-btrfs
pkgdesc = Python Btrfs
pkgver = 5
pkgrel = 1
url = https://github.com/knorrie/python-btrfs
arch = any
- license = GPL3
+ license = GPL2
makedepends = python-pip
pkgname = python-btrfs
diff --git a/PKGBUILD b/PKGBUILD
index 60140c2af0a8..1eaf10b463c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Python Btrfs"
arch=('any')
url="https://github.com/knorrie/python-btrfs"
-license=('GPL3')
+license=('GPL2')
depends=()
makedepends=(python-pip)
md5sums=()