summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2020-03-31 11:01:14 +0200
committertrougnouf (Benoit Brummer)2020-03-31 11:01:14 +0200
commit8942c9ce6d7444eb5fc7a94f7442047b95501f0c (patch)
treeef7faccce0e4808a1a3ceffbae16829778c9c92f
parent10bb1e7317c0f003543c7fb627591b2749abf356 (diff)
downloadaur-8942c9ce6d7444eb5fc7a94f7442047b95501f0c.tar.gz
author moved repository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa83e524fbaf..94b30aea1de1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
pkgver = 31
- pkgrel = 1
- url = https://github.com/jderose9/dash-to-panel
+ pkgrel = 2
+ url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
license = GPL2
makedepends = git
makedepends = gnome-common
makedepends = intltool
makedepends = make
- source = https://github.com/jderose9/dash-to-panel/archive/v31.tar.gz
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v31.tar.gz
sha256sums = 9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3
pkgname = gnome-shell-extension-dash-to-panel
diff --git a/PKGBUILD b/PKGBUILD
index b20d9122e21c..d952689fce5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
pkgver=31
-pkgrel=1
+pkgrel=2
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
-url="https://github.com/jderose9/dash-to-panel"
+url="https://github.com/home-sweet-gnome/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool make)
-source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz")
+source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3')
build() {