summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
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}"