summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c79d4d5441d..ee5e4e34a572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 9 20:51:58 UTC 2016
+# Fri Sep 9 20:59:09 UTC 2016
pkgbase = dotgit
pkgdesc = A comprehensive solution to managing your dotfiles
pkgver = 1.2.3
@@ -10,7 +10,6 @@ pkgbase = dotgit
depends = sed
depends = grep
depends = bash
- depends = gpg
source = git+https://github.com/Cube777/dotgit.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0a8a40b01933..fc5c130be1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A comprehensive solution to managing your dotfiles"
url="http://github.com/Cube777/dotgit"
arch=('any')
-depends=('git' 'sed' 'grep' 'bash' 'gpg')
+depends=('git' 'sed' 'grep' 'bash')
source=('git+https://github.com/Cube777/dotgit.git')
md5sums=('SKIP')