summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCélestin Matte2023-10-20 13:34:22 +0200
committerCélestin Matte2023-10-20 13:34:22 +0200
commitc2af35603c30bad79d13cc5fc4add7f45ca049d6 (patch)
treefa8092c260ef0ec2085b6702081c9fde1e5282d0
parentfed3cf562037d77a087d96137c3224cfd713e678 (diff)
downloadaur-c2af35603c30bad79d13cc5fc4add7f45ca049d6.tar.gz
Change repository, to integrate PRs to make it work with ruby>=2.0
+ add missing makedepends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d00c7d781e3..2b13b9031284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = pwstore-git
pkgdesc = Multi User Password store
- pkgver = 38745c9
+ pkgver = 79c1243
pkgrel = 1
- url = https://github.com/formorer/pwstore
+ url = https://github.com/Perdu/pwstore
arch = i686
arch = x86_64
arch = armv5h
arch = armv6h
arch = armv7h
+ license =
+ makedepends = git
depends = ruby
options = !emptydirs
- source = pwstore-git::git+https://github.com/formorer/pwstore.git
+ source = pwstore-git::git+https://github.com/Perdu/pwstore.git
md5sums = SKIP
sha256sums = SKIP
pkgname = pwstore-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c5c85a6e262..27363657a12a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Carsten Feuls <archlinux at carstenfeuls dot de>
+# Maintainer: Célestin Matte aur [at] cmatte.me
+# Contributor: Carsten Feuls <archlinux at carstenfeuls dot de>
pkgname=pwstore-git
-pkgver=38745c9
+pkgver=79c1243
pkgrel=1
pkgdesc="Multi User Password store"
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
-url="https://github.com/formorer/pwstore"
+url="https://github.com/Perdu/pwstore"
license=('')
depends=('ruby')
-source=('pwstore-git::git+https://github.com/formorer/pwstore.git')
+makedepends=('git')
+source=('pwstore-git::git+https://github.com/Perdu/pwstore.git')
options=('!emptydirs')
md5sums=('SKIP')
sha256sums=('SKIP')