summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamim Pezeshki2020-09-26 23:13:10 +0330
committerSamim Pezeshki2020-09-26 23:13:10 +0330
commit38d1be7c4acaaf2db7323275c008c917d647642d (patch)
tree80570ca7468bf6f7ff59e2e38ea938be589073de
parentda42d7622726ea4157fd7a07f1f070b01bb2159f (diff)
downloadaur-38d1be7c4acaaf2db7323275c008c917d647642d.tar.gz
Update
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7ec11ed36e2..954e6db7dc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgrel=1
pkgdesc='Add words from Kindle to Anki'
url='https://github.com/psamim/kindle2anki'
license=('GPL3')
-source=('git+https://github.com/psamim/kindle2anki.git'
- 'git+https://github.com/dae/anki.git'
+source=('https://github.com/psamim/kindle2anki.git'
'kindle2anki.sh')
sha256sums=('SKIP'
- 'SKIP'
'4fd11d9c95ff8f8c044a98248bc114cdcb7ee65ba10d2881a036fc419a677d68')
arch=('any')
-depends=('python'
+depends=('anki'
+ 'python'
+ 'python-pyperclip'
'python-colorama'
'python-pyaudio'
'python-retrying')
@@ -32,9 +32,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- git submodule init
- git config submodule.anki.url $srcdir/anki
- git submodule update
}
package() {