diff options
author | Eric Cheng | 2020-05-20 02:33:56 -0400 |
---|---|---|
committer | Eric Cheng | 2020-05-20 02:33:56 -0400 |
commit | 18e16ded9f9b1a80e783e0f42e970aa22172127a (patch) | |
tree | c18b3efbdd554851ad338979a38d377cfc53ae35 | |
parent | fb14c7302cb899c614dd6b9d611622bfc92f28ff (diff) | |
download | aur-earth-view-wallpaper-gnome-extension.tar.gz |
Added checksums
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,12 +1,13 @@ pkgbase = earth-view-wallpaper-gnome-extension pkgdesc = A beautiful satellite image from Google Earth as your GNOME desktop wallpaper. pkgver = 10 - pkgrel = 1 + pkgrel = 2 url = https://github.com/neffo/earth-view-wallpaper-gnome-extension arch = any license = GPL-3 depends = gnome-shell>=3.18 source = earth-view-wallpaper-gnome-extension-10.tar.gz::https://github.com/neffo/earth-view-wallpaper-gnome-extension/archive/v10.tar.gz + md5sums = cb47c8c56b1215d4bc0be2257858e83b pkgname = earth-view-wallpaper-gnome-extension @@ -2,13 +2,14 @@ pkgname=earth-view-wallpaper-gnome-extension pkgver=10 -pkgrel=1 +pkgrel=2 pkgdesc="A beautiful satellite image from Google Earth as your GNOME desktop wallpaper." arch=('any') url="https://github.com/neffo/${pkgname}" license=('GPL-3') depends=('gnome-shell>=3.18') source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz") +md5sums=('cb47c8c56b1215d4bc0be2257858e83b') package() { tar -xzf "$pkgname-$pkgver" |