summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df09038588fd..d5ccc0eee04f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kittyfetch
pkgdesc = Kittyfetch is a cute little and fast tool for fetching info about your system
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rifsxd/kittyfetch
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = kittyfetch
provides = kittyfetch
conflicts = kittyfetch
source = git+https://github.com/rifsxd/kittyfetch.git
- validpgpkeys = CBBF9D68F47D02341D96BCC66B5BBC16B3AB9113
+ validpgpkeys = SKIP
sha256sums = SKIP
pkgname = kittyfetch
diff --git a/PKGBUILD b/PKGBUILD
index 1d877a942d19..233f9d272940 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kittyfetch
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Kittyfetch is a cute little and fast tool for fetching info about your system'
arch=('any')
url='https://github.com/rifsxd/kittyfetch'
@@ -14,7 +14,7 @@ makedepends=('make' 'gcc')
source=("git+$url.git")
sha256sums=('SKIP')
validpgpkeys=(
- 'CBBF9D68F47D02341D96BCC66B5BBC16B3AB9113' # Rifat Azad <33044977+rifsxd@users.noreply.github.com>
+ 'SKIP'
)
build() {
@@ -26,4 +26,4 @@ package() {
cd "$pkgname"
install -D "src/build/$pkgname" -t "$pkgdir/usr/bin/"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-} \ No newline at end of file
+}