summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2016-05-26 08:28:09 +0200
committerAlexander Schnaidt2016-05-26 08:28:09 +0200
commit8f7e3043b05fbc9c80c3aec219af9171deb7947c (patch)
tree7dbf1d7a3f1a75817e9ac5122103f8b43e76606d
parente45157c3c6ef9709de4d2cc84987fbbe504cd6fe (diff)
downloadaur-8f7e3043b05fbc9c80c3aec219af9171deb7947c.tar.gz
passwordsafe-git: remove .install in favor of the new hooks, switch url to github.com
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--passwordsafe-git.install12
3 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64fcbc97c863..5eaa28586346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu May 26 06:27:48 UTC 2016
pkgbase = passwordsafe-git
pkgdesc = Simple & Secure Password Management
- pkgver = 3.36.r79.g7401662
+ pkgver = 0.98.1BETA.r88.g9b1a281
pkgrel = 1
- url = http://sourceforge.net/projects/passwordsafe/
- install = passwordsafe-git.install
+ url = https://pwsafe.org/
arch = i686
arch = x86_64
license = Artistic2.0
@@ -19,7 +20,7 @@ pkgbase = passwordsafe-git
conflicts = passwordsafe-debian
conflicts = passwordsafe
conflicts = pwsafe
- source = passwordsafe-git::git://git.code.sf.net/p/passwordsafe/git-code
+ source = passwordsafe-git::git+https://github.com/pwsafe/pwsafe.git
md5sums = SKIP
pkgname = passwordsafe-git
diff --git a/PKGBUILD b/PKGBUILD
index 26c1ee91715f..1d0f7da22cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Alexander Schnaidt <alex.schnaidt@gmail.com>
# Contributor: Brandon Moller <mollerbw@gmail.com>
pkgname=passwordsafe-git
-pkgver=3.36.r79.g7401662
+pkgver=0.98.1BETA.r88.g9b1a281
pkgrel=1
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/passwordsafe/"
+url="https://pwsafe.org/"
license=('Artistic2.0')
#to build without yubikey support, remove yubikey-personalization and uncomment NO_YUBI in build()
depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c')
makedepends=('git' 'zip' 'libxt')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe' 'pwsafe')
-source=("${pkgname}::git://git.code.sf.net/p/passwordsafe/git-code")
+source=("$pkgname::git+https://github.com/pwsafe/pwsafe.git")
md5sums=('SKIP')
-install=passwordsafe-git.install
pkgver() {
cd "$pkgname"
diff --git a/passwordsafe-git.install b/passwordsafe-git.install
deleted file mode 100644
index 408bfe8ffc73..000000000000
--- a/passwordsafe-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
- gtk-update-icon-cache /usr/share/icons/hicolor -q
- fi
-}
-
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}