summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgkmcd2018-10-02 16:45:31 +1000
committergkmcd2018-10-02 16:45:31 +1000
commitbaccd2fa95ccbded2ec35f56d75ca116f8c66c67 (patch)
tree09dfd7c4ec7399bea55bfb553de033883af71248
parent1a1e97a9100e96dbc8ad92cfd68ff63c2dd3148a (diff)
downloadaur-baccd2fa95ccbded2ec35f56d75ca116f8c66c67.tar.gz
become maintainer and bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33573277d706..5440d5e127e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-bing-wallpaper
pkgdesc = Changes your wallpaper daily to the bing.com background image
- pkgver = 20
+ pkgver = 21
pkgrel = 1
url = https://github.com/neffo/bing-wallpaper-gnome-extension
arch = any
license = GPL
depends = gnome-shell>=3.18
- source = https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v20.tar.gz
- sha512sums = 7e9097e595cfac30c7cbb125d25be357858d4255de5794822db59a1e9466187c0518c8cccb572c2e45f66be99f96fe0267eb789ec4ffe50021515e1e787b01c4
+ source = https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v21.tar.gz
+ sha512sums = SKIP
pkgname = gnome-shell-extension-bing-wallpaper
diff --git a/PKGBUILD b/PKGBUILD
index 18d68a1e7386..a90cdbe17ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: dude <brrtsm at gmail dot com>
+# Maintainer: gkmcd <g at dramati dot cc>
+# Contributor: dude <brrtsm at gmail dot com>
pkgname=gnome-shell-extension-bing-wallpaper
_pkgname=bing-wallpaper-gnome-extension-
-pkgver=20
+pkgver=21
pkgrel=1
pkgdesc="Changes your wallpaper daily to the bing.com background image"
arch=('any')
@@ -10,7 +11,7 @@ url="https://github.com/neffo/bing-wallpaper-gnome-extension"
license=('GPL')
depends=('gnome-shell>=3.18')
source=("https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v${pkgver}.tar.gz")
-sha512sums=('7e9097e595cfac30c7cbb125d25be357858d4255de5794822db59a1e9466187c0518c8cccb572c2e45f66be99f96fe0267eb789ec4ffe50021515e1e787b01c4')
+sha512sums=('SKIP')
package() {
_uuid='BingWallpaper@ineffable-gmail.com'
_install_dir="${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"