summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-13 07:53:52 +0000
committerDanCodes2023-04-13 07:53:52 +0000
commit6ffbaddfe7816ed7fb0ff7e33490855005ebb292 (patch)
tree3d7ac6ef8807df5a693cded19b1279307cfa2011
parentd5d97e73e38100282f5463454123c147d1bf0554 (diff)
downloadaur-6ffbaddfe7816ed7fb0ff7e33490855005ebb292.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0875c7bdcb21..1647b3599b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = parrot-bin
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
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/dan-online/parrot
arch = x86_64
license = MIT
depends = gtk3
depends = webkit2gtk
- source = https://github.com/dan-online/parrot/releases/download/1.0.5/parrot_1.0.4_amd64.deb
- sha256sums = 820aa0a54cf9d75b42f0a150e3562916bf7428170733e4bc66c4ea8a1ad82333
+ source = https://github.com/dan-online/parrot/releases/download/1.0.6/parrot_1.0.6_amd64.deb
+ sha256sums = a27a000d6d52d388cf05ee73f5ce09e7b1582e127dfb9e4a952d825db4fca616
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index cae421fe2f9c..f7f7ef1df15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: DanCodes <dan@dancodes.online>
pkgname="parrot-bin"
-pkgver="1.0.5"
+pkgver="1.0.6"
pkgrel=1
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')
-source=("https://github.com/dan-online/parrot/releases/download/1.0.5/parrot_1.0.4_amd64.deb")
-sha256sums=("820aa0a54cf9d75b42f0a150e3562916bf7428170733e4bc66c4ea8a1ad82333")
+source=("https://github.com/dan-online/parrot/releases/download/1.0.6/parrot_1.0.6_amd64.deb")
+sha256sums=("a27a000d6d52d388cf05ee73f5ce09e7b1582e127dfb9e4a952d825db4fca616")
package() {
tar -xz -f data.tar.gz -C "${pkgdir}"