summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Maćkowski2024-02-03 09:11:11 +0000
committerMateusz Maćkowski2024-02-03 09:11:11 +0000
commit299602388368e0fe0718e3de04452019df1e2542 (patch)
treeedebef54d4c3d66ba7f9cfea5ee0b1d492465dda
parent8b12def565b03485db2a40906b58a645346ba923 (diff)
downloadaur-tundra.tar.gz
Use unique anime-relations.txt names for different versions
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b662de24e53d..224121e3b718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tundra
pkgdesc = MyAnimeList scrobbler
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://tundra.moe
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = tundra
depends = libadwaita
depends = dbus
source = tundra-0.5.3.tar.gz::https://github.com/m4tx/tundra/archive/v0.5.3.tar.gz
- source = https://raw.githubusercontent.com/erengy/anime-relations/b043ceae054cf2b342c79e1be81c8b8836daedb3/anime-relations.txt
+ source = anime-relations-0.5.3.txt::https://raw.githubusercontent.com/erengy/anime-relations/b043ceae054cf2b342c79e1be81c8b8836daedb3/anime-relations.txt
md5sums = 955dafd19a779148aa8190131ff9e128
md5sums = f767b6337157627dcdd1ab52b9770ad7
diff --git a/.gitignore b/.gitignore
index 49edb63f39fe..925655246a03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-anime-relations.txt
+anime-relations*.txt
src/
tundra/
*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 32fa4515e526..b3c81ca2be30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mateusz Maćkowski <mateusz@mackowski.org>
pkgname=tundra
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="MyAnimeList scrobbler"
arch=('x86_64')
@@ -20,7 +20,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/m4tx/$pkgname/archive/v$pkgver.tar.gz"
- "https://raw.githubusercontent.com/erengy/anime-relations/b043ceae054cf2b342c79e1be81c8b8836daedb3/anime-relations.txt")
+ "anime-relations-$pkgver.txt::https://raw.githubusercontent.com/erengy/anime-relations/b043ceae054cf2b342c79e1be81c8b8836daedb3/anime-relations.txt")
noextract=()
md5sums=('955dafd19a779148aa8190131ff9e128'
'f767b6337157627dcdd1ab52b9770ad7')
@@ -28,7 +28,7 @@ validpgpkeys=()
prepare() {
cd "$pkgname-$pkgver"
- cp "$srcdir/anime-relations.txt" "vendor/anime-relations/"
+ cp "$srcdir/anime-relations-$pkgver.txt" "vendor/anime-relations/anime-relations.txt"
}
build() {