summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQueen2022-03-28 19:55:58 -0700
committerMike McQueen2022-03-28 19:55:58 -0700
commitb6abf8f1881cd2bdc7caa8717d8f01444a615cca (patch)
treeb49ec09cf3fb4e168284e7bef19d68b01191a0a8
parent662fc356f21497849bf5289607f32221b655c0a3 (diff)
downloadaur-plank-theme-nordic-snow-git.tar.gz
URL change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0786ed85f234..50e62c678a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plank-theme-nordic-snow-git
pkgdesc = Nordic-Snow theme for Plank
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/kennyh7279/plank-themes
arch = any
license = GPL3
makedepends = git
depends = plank
- source = git://github.com/MMcQueenGNU/plank-theme-nordic-snow.git
+ source = plank-theme-nordic-snow-git::git+https://github.com/MMcQueenGNU/plank-theme-nordic-snow.git
sha256sums = SKIP
pkgname = plank-theme-nordic-snow-git
diff --git a/PKGBUILD b/PKGBUILD
index e6ad2cccf7d9..503d57b8c1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: McQueen <clear3239@yahoo.com>
_pkgname=plank-theme-nordic-snow
pkgname=$_pkgname-git
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Nordic-Snow theme for Plank"
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/kennyh7279/plank-themes'
license=('GPL3')
depends=('plank')
makedepends=('git')
-source=("git://github.com/MMcQueenGNU/$_pkgname.git")
+source=("$pkgname::git+https://github.com/MMcQueenGNU/$_pkgname.git")
sha256sums=('SKIP')
build() {
@@ -17,7 +17,7 @@ build() {
}
package() {
- cd $srcdir/$_pkgname
+ cd $srcdir/$pkgname
mkdir -p $pkgdir/usr/share/plank/themes/nordic-snow
install -m 755 dock.theme $pkgdir/usr/share/plank/themes/nordic-snow/
}