summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2023-11-06 19:56:46 +0100
committerFabian Maurer2023-11-06 19:56:46 +0100
commit52e5d1c6caeae4559510e26bc753c1dbb103c290 (patch)
tree505c45f6234933247e8b08a582645ae32be6f844
parent5a11495cb284acbc3b380d2ea6a7f297e65fc8c8 (diff)
downloadaur-52e5d1c6caeae4559510e26bc753c1dbb103c290.tar.gz
Don't use custom repo name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e8c82e9fc9..6322515627dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anki-git
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently
- pkgver = r10659.9268dce70
+ pkgver = r.9268dce
pkgrel = 1
url = hhttps://apps.ankiweb.net/
arch = any
@@ -39,7 +39,7 @@ pkgbase = anki-git
conflicts = anki
conflicts = anki20
conflicts = anki-official-binary-bundle
- source = anki-git::git+https://github.com/ankitects/anki.git
+ source = git+https://github.com/ankitects/anki.git
sha512sums = SKIP
pkgname = anki-git
diff --git a/PKGBUILD b/PKGBUILD
index eabab85893e8..030ff6a0504c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Dave Pretty <david dot pretty at gmail dot com>
pkgname=anki-git
-pkgver=r10659.9268dce70
+pkgver=r.9268dce
pkgrel=1
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="hhttps://apps.ankiweb.net/"
@@ -61,13 +61,7 @@ optdepends=(
'mpv: play sound. prefered over mplayer'
'mplayer: play sound'
)
-source=(
- $pkgname::git+https://github.com/ankitects/anki.git
-
- #ankitects-anki-core-i18n-master.tar.gz::https://github.com/ankitects/anki-core-i18n/tarball/master
- #ankitects-anki-desktop-ftl-master.tar.gz::https://github.com/ankitects/anki-desktop-ftl/tarball/master
- #ankitects-anki-desktop-i18n-master.tar.gz::https://github.com/ankitects/anki-desktop-i18n/tarball/master
-)
+source=('git+https://github.com/ankitects/anki.git')
sha512sums=('SKIP')
pkgver() {