summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhammadsayuti2020-07-29 19:45:59 +0800
committermuhammadsayuti2020-07-29 19:45:59 +0800
commite1298053507795185e20baa2027a6225a39e338c (patch)
tree6018b590809c4619987387ba25abeccc4f727829
parente34e09948d8787e4a646efba2bd55b73f46c1e0c (diff)
downloadaur-e1298053507795185e20baa2027a6225a39e338c.tar.gz
update repository link
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a019b478374..c8340f9c900f 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = lightdm-webkit-theme-luminos-git
pkgdesc = Customizable LightDM Webkit Greeter Theme
pkgver = 0.5.0
pkgrel = 1
- url = https://github.com/muhammadsayuti/lightdm-webkit-theme-luminos
+ url = https://github.com/linuxaddict89/lightdm-webkit-theme-luminos
arch = any
license = GPLv2
makedepends = imagemagick
@@ -13,7 +13,7 @@ pkgbase = lightdm-webkit-theme-luminos-git
depends = lightdm-webkit2-greeter
provides = lightdm-webkit-theme-luminos
conflicts = lightdm-webkit-theme-luminos
- source = git://github.com/muhammadsayuti/lightdm-webkit-theme-luminos.git
+ source = git://github.com/linuxaddict89/lightdm-webkit-theme-luminos.git
pkgname = lightdm-webkit-theme-luminos-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a4184c11438..5d197b829d31 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="Customizable LightDM Webkit Greeter Theme"
arch=('any')
-url="https://github.com/muhammadsayuti/lightdm-webkit-theme-luminos"
+url="https://github.com/linuxaddict89/lightdm-webkit-theme-luminos"
license=('GPLv2')
depends=('lightdm' 'lightdm-webkit2-greeter')
makedepends=('imagemagick' 'nodejs' 'npm' 'git')
-source=('git://github.com/muhammadsayuti/lightdm-webkit-theme-luminos.git')
+source=('git://github.com/linuxaddict89/lightdm-webkit-theme-luminos.git')
provides=('lightdm-webkit-theme-luminos')
conflicts=('lightdm-webkit-theme-luminos')
md5sums=('SKIP')
@@ -27,11 +27,11 @@ package()
cd ${_pkgname}
rm -rf .git
rm -f .gitignore
- echo "Removing dev files"
+ msg "Removing dev files"
rm -rf node_modules
rm -rf tasks
rm -f package.json
rm -f yarn.lock
rm -f PKGBUILD
rm -f install.sh
-} \ No newline at end of file
+}