summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent8b12def565b03485db2a40906b58a645346ba923 (diff)
downloadaur-tundra.tar.gz
Use unique anime-relations.txt names for different versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {