summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042024-08-05 14:40:27 -0400
committerkj-sh6042024-08-05 14:40:27 -0400
commitbfbfa56c42c6597ed1f9ff9c46863b38b204179b (patch)
tree70b65005e773c52740065a289cbf250715e798a0
parent3b834d9822ccbc98301becf6a044e4bae89385c3 (diff)
refactor: rename package
-rw-r--r--awesome-kj_sh604/.SRCINFO (renamed from kjwm/.SRCINFO)10
-rw-r--r--awesome-kj_sh604/.gitignore (renamed from kjwm/.gitignore)0
-rw-r--r--awesome-kj_sh604/PKGBUILD (renamed from kjwm/PKGBUILD)8
3 files changed, 9 insertions, 9 deletions
diff --git a/kjwm/.SRCINFO b/awesome-kj_sh604/.SRCINFO
index 4124be2..9bdb817 100644
--- a/kjwm/.SRCINFO
+++ b/awesome-kj_sh604/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = kjwm
+pkgbase = awesome-kj_sh604
pkgdesc = this is just a renamed awesomeWM build, customized to suit my personal preferences on my system. (tagged release)
- pkgver = 24.04
- pkgrel = 18
+ pkgver = 24.06
+ pkgrel = 6
url = https://awesomewm.org
arch = i686
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = kjwm
provides = awesome
conflicts = awesome
backup = etc/xdg/awesome/rc.lua
- source = awesome::git+https://github.com/awesomeWM/awesome.git#commit=ad0290bc1aac3ec2391aa14784146a53ebf9d1f0
+ source = awesome::git+https://github.com/kj-sh604/awesome.git#commit=ad0290bc1aac3ec2391aa14784146a53ebf9d1f0
md5sums = SKIP
-pkgname = kjwm
+pkgname = awesome-kj_sh604
diff --git a/kjwm/.gitignore b/awesome-kj_sh604/.gitignore
index 5a2066d..5a2066d 100644
--- a/kjwm/.gitignore
+++ b/awesome-kj_sh604/.gitignore
diff --git a/kjwm/PKGBUILD b/awesome-kj_sh604/PKGBUILD
index eeecf18..b3c7ab1 100644
--- a/kjwm/PKGBUILD
+++ b/awesome-kj_sh604/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
-pkgname=kjwm
+pkgname=awesome-kj_sh604
_pkgname=awesome
-pkgver=24.04
-pkgrel=18
+pkgver=24.06
+pkgrel=6
pkgdesc='this is just a renamed awesomeWM build, customized to suit
my personal preferences on my system. (tagged release)'
_commit='ad0290bc1aac3ec2391aa14784146a53ebf9d1f0'
@@ -23,7 +23,7 @@ optdepends=('rlwrap: readline support for awesome-client'
provides=('notification-daemon' 'awesome')
conflicts=('awesome')
backup=('etc/xdg/awesome/rc.lua')
-source=("$_pkgname::git+https://github.com/awesomeWM/awesome.git#commit=$_commit")
+source=("$_pkgname::git+https://github.com/kj-sh604/awesome.git#commit=$_commit")
md5sums=('SKIP')
_LUA_VER=5.4