summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoninteger2019-08-07 12:04:36 +0930
committerneoninteger2019-08-07 12:04:36 +0930
commitaeced7f579d7f4cef77e6aa625167f50fbf0a261 (patch)
tree2d855f27ab7ba8f05d5e0efe4919cebd895c49e0
parent994384c1cbf27f5c06bee81d73da170f3a447496 (diff)
downloadaur-aeced7f579d7f4cef77e6aa625167f50fbf0a261.tar.gz
Update repository location and URL
ZaWertun's repository (https://github.com/ZaWertun/gtk3-nocsd) contains more recent changes and appears to be supported by the developer, whereas the original repository (https://github.com/PCMan/gtk3-nocsd) has not been updated since 2016.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92878d10e41e..32cb803fb7a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gtk3-nocsd-git
pkgdesc = A hack to disable gtk+ 3 client side decoration
- pkgver = r55.82ff5a0
- pkgrel = 5
- url = https://github.com/PCMan/gtk3-nocsd
+ pkgver = r63.3f91a6b
+ pkgrel = 1
+ url = https://github.com/ZaWertun/gtk3-nocsd
install = gtk3-nocsd-git.install
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gtk3-nocsd-git
depends = gtk3
provides = gtk3-nocsd
conflicts = gtk3-nocsd
- source = git+https://github.com/PCMan/gtk3-nocsd.git
+ source = git+https://github.com/ZaWertun/gtk3-nocsd.git
source = 30-gtk3-nocsd.sh
sha512sums = SKIP
sha512sums = ef7a812887072a19b7b365fd393d808806d1bdb4beb2aa4e46af9cb690dc2a7abc8976a8e5875d91742f3029330ac9229feb6d50141e0c2d35f0d3d8a7400830
diff --git a/PKGBUILD b/PKGBUILD
index 41da276f684e..153b9aa70e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
+# Maintainer: Callum Parsey <neoninteger@protonmail.com>
+# Contributor: Sefa Eyeoglu <contact@scrumplex.net>
# Contributor: Kazutoshi Noguchi <noguchi.kazutosi+lGlcOenS [at] gmail [dot] com>
# Contributor: Marco Kundt <mrckndt [at] gmail [dot] com>
pkgname=gtk3-nocsd-git
-pkgver=r55.82ff5a0
-pkgrel=5
+pkgver=r63.3f91a6b
+pkgrel=1
pkgdesc="A hack to disable gtk+ 3 client side decoration"
arch=("i686" "x86_64")
-url="https://github.com/PCMan/gtk3-nocsd"
+url="https://github.com/ZaWertun/gtk3-nocsd"
license=("LGPL")
conflicts=("gtk3-nocsd")
@@ -20,7 +21,7 @@ makedepends=(
)
source=(
- "git+https://github.com/PCMan/gtk3-nocsd.git"
+ "git+https://github.com/ZaWertun/gtk3-nocsd.git"
"30-gtk3-nocsd.sh"
)