summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-07-13 02:05:44 +0200
committerMarcin Wieczorek2016-07-13 02:05:44 +0200
commitc4f26174fcb3d7e5457ad939fcebaeb142927345 (patch)
treedfc2cd7d0921bb5b462a9a6e350e73e0dffd33db
parentbea2df3c3098ad4e9532175139c0e5fd54ecc7e4 (diff)
downloadaur-c4f26174fcb3d7e5457ad939fcebaeb142927345.tar.gz
Version 2.1.26.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD26
2 files changed, 19 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e0604ccc35..cd1fdc8794c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = teampass
pkgdesc = A Collaborative Passwords Manager
- pkgver = 2.1.22
- pkgrel = 2
+ pkgver = 2.1.26.13
+ pkgrel = 1
url = http://www.teampass.net/
arch = any
license = AGPL3
@@ -9,8 +9,8 @@ pkgbase = teampass
depends = php
depends = php-mcrypt
optdepends = php-ldap: if using LDAP identification
- source = https://github.com/nilsteampassnet/TeamPass/archive/2.1.22.zip
- sha256sums = ae9488a673d88d7951ad396b0563d90fd49e94b70690d4bfd75fedcb33d8ed86
+ source = https://github.com/nilsteampassnet/TeamPass/archive/2.1.26.13.tar.gz
+ sha256sums = 47c0496a733a71c6bda4610889095d190a88609b032c41a2958a1a1a0407723f
pkgname = teampass
diff --git a/PKGBUILD b/PKGBUILD
index 1ed8c5022aaa..273f2b518cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,27 @@
-# Maintainer : Foppe HEMMINGA <foppe@foppe.org>
-# Contributer: David Zaragoza <david@zaragoza.com.ve>
-# Contributed once, and has a ridiculous ego about it: GI_Jack <iamjacksemail@hackermail.com>
+# Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co>
+# Contributor: Foppe HEMMINGA <foppe@foppe.org>
+# Contributor: David Zaragoza <david@zaragoza.com.ve>
+# Contributor: GI_Jack <iamjacksemail@hackermail.com>
+
pkgname=teampass
-pkgver=2.1.22
-pkgrel=2
+pkgver=2.1.26.13
+pkgrel=1
pkgdesc="A Collaborative Passwords Manager"
arch=('any')
url="http://www.teampass.net/"
license=('AGPL3')
depends=('mysql' 'php' 'php-mcrypt')
optdepends=('php-ldap: if using LDAP identification')
-source=("https://github.com/nilsteampassnet/TeamPass/archive/${pkgver}.zip")
-sha256sums=('ae9488a673d88d7951ad396b0563d90fd49e94b70690d4bfd75fedcb33d8ed86')
+source=("https://github.com/nilsteampassnet/TeamPass/archive/${pkgver}.tar.gz")
+sha256sums=('47c0496a733a71c6bda4610889095d190a88609b032c41a2958a1a1a0407723f')
+
package() {
- cd "$srcdir"
- install -d "$pkgdir/usr/share/webapps/${pkgname}"
+ cd "${srcdir}"
+ install -d "${pkgdir}/usr/share/webapps/${pkgname}"
install -d "${pkgdir}/etc/webapps/${pkgname}"
- cp -r "${srcdir}/TeamPass-${pkgver}/*" "${pkgdir}/usr/share/webapps/teampass"
- cd "$pkgdir/usr/share/webapps/teampass"
+ install -D -m644 "${srcdir}/TeamPass-${pkgver}/license.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ cp -r "${srcdir}/TeamPass-${pkgver}/"* "${pkgdir}/usr/share/webapps/teampass"
+ cd "${pkgdir}/usr/share/webapps/teampass"
chown http:http install includes files upload
# Apache configuration