fix: use the ubuntu archive repository
This commit is contained in:
parent
cd5d2e24d6
commit
743e75255e
2
PKGBUILD
2
PKGBUILD
@ -7,7 +7,7 @@ pkgdesc="The backgrounds included in Ubuntu 18.04 bionic"
|
|||||||
license=('Commons Attribution-ShareAlike 3.0 Unported')
|
license=('Commons Attribution-ShareAlike 3.0 Unported')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers"
|
url="http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers"
|
||||||
source=("http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_${pkgver}.orig.tar.gz")
|
source=("${url}/ubuntu-wallpapers_${pkgver}.orig.tar.gz")
|
||||||
sha256sums=('e5f3286047f5abe2c2d63ec10cfbcd65ba47dfbe2fce51aede0d1f15b059809f')
|
sha256sums=('e5f3286047f5abe2c2d63ec10cfbcd65ba47dfbe2fce51aede0d1f15b059809f')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user