summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflaketill2017-06-21 22:49:45 -0600
committerflaketill2017-06-21 22:49:45 -0600
commitd4f3be3969ce9d80f9ce053a77bbae541d2a0fe6 (patch)
treeff1c3a37816d60b5e433313421517852f3a2e9f8
parent2a895ea3f5f1e7e526d88217f6c2090d12d9db5b (diff)
downloadaur-d4f3be3969ce9d80f9ce053a77bbae541d2a0fe6.tar.gz
Update dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f636f3105081..daf963cbea12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,9 +2,21 @@ pkgbase = flaketill-dotfiles
pkgdesc = A simple dotfiles restore for develop on Arch Linux x64
pkgver = 0.0.1
pkgrel = 2
- url = https://flaketill@bitbucket.org/flaketill/dotfiles.git
+ url = https://github.com/flaketill/dotfiles
arch = x86_64
license = GPL
+ checkdepends = gdb
+ makedepends = git
+ makedepends = terminator
+ makedepends = namcap
+ makedepends = stow
+ depends = python2
+ depends = espeak
+ depends = dialog
+ optdepends = gksu: sudo-save support,
+ optdepends = alsa-lib: sound support
+ source = git+https://github.com/flaketill/dotfiles.git
+ md5sums = SKIP
pkgname = flaketill-dotfiles
diff --git a/PKGBUILD b/PKGBUILD
index 6d4f3a8c5958..8b4f13e99252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('python2' 'espeak' 'dialog')
checkdepends=('gdb')
-makedepends=('git' 'terminator' 'namcap')
+makedepends=('git' 'terminator' 'namcap' 'stow')
optdepends=('gksu: sudo-save support',
'alsa-lib: sound support')