diff options
author | Kuklin István | 2019-03-04 09:14:01 +0100 |
---|---|---|
committer | Kuklin István | 2019-03-04 09:44:14 +0100 |
commit | 452f5544c43a2417efc5a8a792e3cd493debcc22 (patch) | |
tree | f7f2ba6cd8518b0cc0fcb4b70cb31905c09f3915 /.SRCINFO | |
download | packages-452f5544c43a2417efc5a8a792e3cd493debcc22.tar.gz packages-452f5544c43a2417efc5a8a792e3cd493debcc22.tar.bz2 packages-452f5544c43a2417efc5a8a792e3cd493debcc22.zip |
It works!
Mandatory fields, .SRCINFO
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..23f4cfa --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,16 @@ | |||
1 | pkgbase = anki-official-binary-bundle | ||
2 | pkgdesc = The official binary shipped with the tested versions of the dependent libraries. | ||
3 | pkgver = 2.1.9 | ||
4 | pkgrel = 1 | ||
5 | url = https://apps.ankiweb.net | ||
6 | arch = x86_64 | ||
7 | license = GNU AGPL | ||
8 | provides = anki | ||
9 | conflicts = anki-git | ||
10 | source = https://apps.ankiweb.net/downloads/current/anki-2.1.9-linux-amd64.tar.bz2 | ||
11 | source = remove_xdg_cmds_from_makefile.patch | ||
12 | md5sums = 8cc5bb80efc5dac2e9dc9ee802924e24 | ||
13 | md5sums = a7e473f132a4fecd9cb77ac9c8530f5f | ||
14 | |||
15 | pkgname = anki-official-binary-bundle | ||
16 | |||