We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de70db commit 610f32bCopy full SHA for 610f32b
1 file changed
PKGBUILD
@@ -6,16 +6,16 @@ pkgver=20250217
6
pkgrel=1
7
pkgdesc='Easily Check System Information'
8
arch=('x86_64')
9
-url='https://github.com/Itsuki0222/Kryptinfo'
+url='https://github.com/krypton-linux/Kryptinfo'
10
license=('MIT')
11
depends=('lsb-release' 'fastfetch')
12
makedepends=('clang')
13
-source=("https://raw.githubusercontent.com/Itsuki0222/Kryptinfo/main/kryptinfo.tar.gz")
+source=("https://raw.githubusercontent.com/krypton-linux/Kryptinfo/main/kryptinfo.tar.gz")
14
md5sums=('SKIP')
15
16
build()
17
{
18
- curl -o Makefile https://raw.githubusercontent.com/Itsuki0222/Kryptinfo/main/Makefile
+ curl -o Makefile https://raw.githubusercontent.com/krypton-linux/Kryptinfo/main/Makefile
19
make
20
}
21
0 commit comments