summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-11-17 16:22:03 +0100
committerkleintux2022-11-17 16:22:03 +0100
commit8a7751bec11e8b32c75942c8d539475fa4d81465 (patch)
tree6f7bac8f52146fe4d8cbeffb1a8eaf9b109df787
parenta90e4965a64b6114db945f334f2d20bf6871ad8b (diff)
downloadaur-8a7751bec11e8b32c75942c8d539475fa4d81465.tar.gz
changed dependency to guile2.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78f1cd57832b..845965200355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shroud-git
pkgdesc = A simple command-line secret manager using GNU Guile
pkgver = 0.1.2.r2.gce77970
- pkgrel = 1
+ pkgrel = 2
url = https://dthompson.us/projects/shroud.html
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- depends = guile
+ depends = guile2.0
depends = gnupg
depends = xclip
provides = shroud
@@ -16,4 +16,3 @@ pkgbase = shroud-git
sha256sums = SKIP
pkgname = shroud-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ab101ce8ef4..8a35f00aea79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: Andrew Whatson <whatson@gmail.com>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor : Andrew Whatson <whatson@gmail.com>
+
_pkgname=shroud
pkgname=${_pkgname}-git
pkgver=0.1.2.r2.gce77970
-pkgrel=1
+pkgrel=2
pkgdesc='A simple command-line secret manager using GNU Guile'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('guile' 'gnupg' 'xclip')
+depends=('guile2.0' 'gnupg' 'xclip')
provides=($_pkgname)
conflicts=($_pkgname)
makedepends=('git')