summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-13 07:27:44 +0000
committerDanCodes2023-04-13 07:27:44 +0000
commitd5d97e73e38100282f5463454123c147d1bf0554 (patch)
tree614d193df09ccb7ec9973a7458b188470f7c4dd7
parent1e7bd97279724cdb0be19135e67af38a2a94f8cc (diff)
downloadaur-d5d97e73e38100282f5463454123c147d1bf0554.tar.gz
Update AUR package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a1aa886b40..0875c7bdcb21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = parrot-bin
- pkgdesc = null
- pkgver = 1.0.4
+ pkgdesc = GUI wrapper in Tauri for the Arch Linux package manager, pacman using the wrapper paru. Designed to be intuitive, powerful and user-friendly
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/dan-online/parrot
arch = x86_64
license = MIT
depends = gtk3
depends = webkit2gtk
- depends = openssl-1.1
- source = https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.4_amd64.deb
- sha512sums = SKIP
+ source = https://github.com/dan-online/parrot/releases/download/1.0.5/parrot_1.0.4_amd64.deb
+ sha256sums = 820aa0a54cf9d75b42f0a150e3562916bf7428170733e4bc66c4ea8a1ad82333
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index d0f45b17f81e..cae421fe2f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: DanCodes <dan@dancodes.online>
pkgname="parrot-bin"
-pkgver="1.0.4"
+pkgver="1.0.5"
pkgrel=1
-pkgdesc="null"
+pkgdesc="GUI wrapper in Tauri for the Arch Linux package manager, pacman using the wrapper paru. Designed to be intuitive, powerful and user-friendly"
arch=('x86_64')
url="https://github.com/dan-online/parrot"
license=('MIT')
-depends=('gtk3' 'webkit2gtk' 'openssl-1.1')
-source=('https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.4_amd64.deb')
-sha512sums=("SKIP")
+depends=('gtk3' 'webkit2gtk')
+source=("https://github.com/dan-online/parrot/releases/download/1.0.5/parrot_1.0.4_amd64.deb")
+sha256sums=("820aa0a54cf9d75b42f0a150e3562916bf7428170733e4bc66c4ea8a1ad82333")
-package(){
+package() {
tar -xz -f data.tar.gz -C "${pkgdir}"
}