summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamim Pezeshki2020-09-26 23:18:10 +0330
committerSamim Pezeshki2020-09-26 23:18:10 +0330
commit4e5de525726ef8bfd922b6a8dc53f50ffbd593f2 (patch)
tree4f2ed63dc34612bba5a9cdaf2fc45bc86f633438
parent38d1be7c4acaaf2db7323275c008c917d647642d (diff)
downloadaur-4e5de525726ef8bfd922b6a8dc53f50ffbd593f2.tar.gz
Update SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ffa8a0e9a32..848845dfb520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,17 +6,17 @@ pkgbase = kindle2anki-git
arch = any
license = GPL3
makedepends = git
+ depends = anki
depends = python
+ depends = python-pyperclip
depends = python-colorama
depends = python-pyaudio
depends = python-retrying
provides = kindle2anki
conflicts = kindle2anki
- source = git+https://github.com/psamim/kindle2anki.git
- source = git+https://github.com/dae/anki.git
+ source = https://github.com/psamim/kindle2anki.git
source = kindle2anki.sh
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 4fd11d9c95ff8f8c044a98248bc114cdcb7ee65ba10d2881a036fc419a677d68
pkgname = kindle2anki-git
diff --git a/PKGBUILD b/PKGBUILD
index 954e6db7dc4e..c8c73c98872b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=kindle2anki
pkgname=${_pkgname}-git
-pkgver=r9.181d533
+pkgver=r19.0173afb
pkgrel=1
pkgdesc='Add words from Kindle to Anki'
url='https://github.com/psamim/kindle2anki'
license=('GPL3')
-source=('https://github.com/psamim/kindle2anki.git'
+source=('git+https://github.com/psamim/kindle2anki.git'
'kindle2anki.sh')
sha256sums=('SKIP'
'4fd11d9c95ff8f8c044a98248bc114cdcb7ee65ba10d2881a036fc419a677d68')
@@ -30,10 +30,6 @@ pkgver() {
)
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
-}
-
package() {
install -d "${pkgdir}/usr/share/${_pkgname}"
cp -ar "${srcdir}/${_pkgname}/." "${pkgdir}/usr/share/${_pkgname}"