summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2017-07-12 11:17:20 +0200
committersasvari2017-07-12 11:17:20 +0200
commita380b18680455f860d0e4b79a147b48f4959ab48 (patch)
tree4301d0e62d1e7d009b6d3ac0f41767441f66e4bd
parent4a010b2b7c1541c31dd0148abea4033e590bc01e (diff)
downloadaur-a380b18680455f860d0e4b79a147b48f4959ab48.tar.gz
new revision and add license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0acffcb1ef3..3faa508d2ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = pubs-git
pkgdesc = Your bibliography on the command line
- pkgver = 20170709.2465f82
+ pkgver = 20170712.7e3cd61
pkgrel = 1
url = https://github.com/pubs/pubs
arch = any
+ license = LGPL-3.0
makedepends = git
depends = python
provides = pubs
diff --git a/PKGBUILD b/PKGBUILD
index 4a9debd40264..6f15803d2003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: sasvari
pkg="pubs"
pkgname="$pkg-git"
-pkgver=20170709.2465f82
+pkgver=20170712.7e3cd61
pkgrel=1
pkgdesc="Your bibliography on the command line"
arch=(any)
url="https://github.com/pubs/pubs"
+license=('LGPL-3.0')
depends=("python")
makedepends=("git")
provides=("pubs")