summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrần Đức Nam2016-09-23 19:56:29 +0700
committerTrần Đức Nam2016-09-23 19:56:29 +0700
commite7cce33a24352c53b54998c82c5a961df3f990ca (patch)
tree388e9170393e2f5ea69675b2c1d52ea0526c72d9
parent3550a8567431667ba10dfe2dbcfcaaeeceacbe43 (diff)
downloadaur-python2-libkeepass.tar.gz
New source with some updates
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 293d0f15c7d0..d643d9759f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = python2-libkeepass
pkgdesc = library for keepassx
pkgver = 0.1.0
pkgrel = 1
- url = http://github.com/phpwutz/libkeepass
+ url = http://github.com/crass/libkeepass
arch = any
license = GPLv2
makedepends = python2-setuptools
depends = python2-crypto
depends = python2-nose
depends = python2-lxml
- source = git+git://github.com/phpwutz/libkeepass.git
+ source = git+git://github.com/crass/libkeepass.git
md5sums = SKIP
pkgname = python2-libkeepass
diff --git a/PKGBUILD b/PKGBUILD
index b469fdd573dd..c22c281114cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-libkeepass
pkgdesc="library for keepassx"
-url="http://github.com/phpwutz/libkeepass"
+url="http://github.com/crass/libkeepass"
depends=(
'python2-crypto'
'python2-nose'
@@ -13,7 +13,7 @@ license=('GPLv2')
arch=('any')
pkgver=0.1.0
pkgrel=1
-source=('git+git://github.com/phpwutz/libkeepass.git')
+source=('git+git://github.com/crass/libkeepass.git')
md5sums=('SKIP')
package() {