summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO36
-rwxr-xr-xPKGBUILD39
2 files changed, 38 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a35bad7e20b..46d2a5a35a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,30 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 20:31:59 UTC 2016
+# Fri Nov 25 03:36:03 UTC 2016
pkgbase = fedora-wallpapers
- pkgdesc = The default Wallpapers for Fedora, from fedora 8 (Werewolf) to fedora 24.
- pkgver = 24
- pkgrel = 3
+ pkgdesc = The default Wallpapers for Fedora, from fedora 8 (Werewolf) to fedora 25.
+ pkgver = 25
+ pkgrel = 1
url = https://fedoraproject.org/wiki/Wallpapers
- arch = i686
- arch = x86_64
+ arch = any
license = CC-BY-SA
- depends = fedorainfinity-backgrounds
- depends = waves-backgrounds
- depends = solar-backgrounds
- depends = leonidas-backgrounds
- depends = constantine-backgrounds
- depends = goddard-backgrounds
- depends = laughlin-backgrounds
- depends = lovelock-backgrounds
- depends = verne-backgrounds
depends = beefy-miracle-backgrounds
- depends = spherical-cow-backgrounds
- depends = schroedinger-cat-backgrounds
- depends = heisenbug-backgrounds
+ depends = constantine-backgrounds
depends = f21-backgrounds
depends = f22-backgrounds
depends = f23-backgrounds
depends = f24-backgrounds
+ depends = f25-backgrounds
+ depends = fedorainfinity-backgrounds
+ depends = goddard-backgrounds
+ depends = heisenbug-backgrounds
+ depends = laughlin-backgrounds
+ depends = leonidas-backgrounds
+ depends = lovelock-backgrounds
+ depends = schroedinger-cat-backgrounds
+ depends = solar-backgrounds
+ depends = spherical-cow-backgrounds
+ depends = verne-backgrounds
+ depends = waves-backgrounds
pkgname = fedora-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index 8b338c3b0ffe..58af54ac119d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,27 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=fedora-wallpapers
-pkgver=24
-pkgrel=3
-pkgdesc="The default Wallpapers for Fedora, from fedora 8 (Werewolf) to fedora 24."
-arch=("i686" "x86_64")
+pkgver=25
+pkgrel=1
+pkgdesc="The default Wallpapers for Fedora, from fedora 8 (Werewolf) to fedora 25."
+arch=("any")
url="https://fedoraproject.org/wiki/Wallpapers"
license=("CC-BY-SA")
-depends=("fedorainfinity-backgrounds"
- "waves-backgrounds"
- "solar-backgrounds"
- "leonidas-backgrounds"
- "constantine-backgrounds"
- "goddard-backgrounds"
- "laughlin-backgrounds"
- "lovelock-backgrounds"
- "verne-backgrounds"
- "beefy-miracle-backgrounds"
- "spherical-cow-backgrounds"
- "schroedinger-cat-backgrounds"
- "heisenbug-backgrounds"
- "f21-backgrounds"
+depends=("beefy-miracle-backgrounds"
+ "constantine-backgrounds"
+ "f21-backgrounds"
"f22-backgrounds"
"f23-backgrounds"
- "f24-backgrounds")
+ "f24-backgrounds"
+ "f25-backgrounds"
+ "fedorainfinity-backgrounds"
+ "goddard-backgrounds"
+ "heisenbug-backgrounds"
+ "laughlin-backgrounds"
+ "leonidas-backgrounds"
+ "lovelock-backgrounds"
+ "schroedinger-cat-backgrounds"
+ "solar-backgrounds"
+ "spherical-cow-backgrounds"
+ "verne-backgrounds"
+ "waves-backgrounds")