summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordatabase641282021-08-26 20:58:24 +0800
committerdatabase641282021-08-26 20:58:24 +0800
commitf5cd58f3201e1181248e7aca7a21d91c4d167aa8 (patch)
tree2d460c2b97a04d9ee61fadf267edfe0ccda7289c
parent4e928f4e4b029fe2eb6019f4955caaf26391b639 (diff)
downloadaur-f5cd58f3201e1181248e7aca7a21d91c4d167aa8.tar.gz
⬆ Upstream fixed build
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6252b38cb986..b38f13ceb95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = f35-backgrounds
url = https://github.com/fedoradesign/backgrounds
arch = any
license = custom
- source = https://github.com/fedoradesign/backgrounds/archive/refs/tags/v35.0.0.tar.gz
- b2sums = b33d12ce1307ffe876e3e3a8a05b65bafd923f6953c23ffa170f147ca371d26f0abf9263153734947dcd3a382a135d4603f3a5210b5b477890e7df597903a9f5
+ source = https://github.com/fedoradesign/backgrounds/releases/download/v35.0.0/f35-backgrounds-35.0.0.tar.xz
+ b2sums = 1838a7776e8626f7ecf8997f5a1e89475ab009824d9b1793d4bee0ee2484220ba5c2cea2bbb1e5073db361b517e48b6f684297c7771daa9f2925ecaa18dbb2c2
pkgname = f35-backgrounds
diff --git a/.gitignore b/.gitignore
index 2a27c322f054..f5c0a133987d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
pkg
src
-*.tar.gz
*.tar.xz
*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 269d725c3aee..144edc4adf01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ pkgdesc="Desktop backgrounds of the Fedora 35 default theme for GNOME, KDE, Mate
arch=('any')
url="https://github.com/fedoradesign/backgrounds"
license=('custom')
-source=("https://github.com/fedoradesign/backgrounds/archive/refs/tags/v35.0.0.tar.gz")
-b2sums=('b33d12ce1307ffe876e3e3a8a05b65bafd923f6953c23ffa170f147ca371d26f0abf9263153734947dcd3a382a135d4603f3a5210b5b477890e7df597903a9f5')
+source=("https://github.com/fedoradesign/backgrounds/releases/download/v35.0.0/f35-backgrounds-35.0.0.tar.xz")
+b2sums=('1838a7776e8626f7ecf8997f5a1e89475ab009824d9b1793d4bee0ee2484220ba5c2cea2bbb1e5073db361b517e48b6f684297c7771daa9f2925ecaa18dbb2c2')
build() {
- cd backgrounds-$pkgver
+ cd $pkgname
make
}
package() {
- cd backgrounds-$pkgver
+ cd $pkgname
make install DESTDIR="$pkgdir"
install -Dm644 CC-BY-SA-4.0 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}