summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-12 16:02:03 +0000
committerDanCodes2023-04-12 16:02:03 +0000
commit96784b84b7ab1b2ebae6cdc3461a2b81d9103c3e (patch)
tree1ed9465146e95004fdd32ac3cba1106d8b0c2dcf
parent2995e5091ea1106cf973fb1b4aeaf6694d3ba987 (diff)
downloadaur-96784b84b7ab1b2ebae6cdc3461a2b81d9103c3e.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 454e087bdba5..ec3e5f0f789e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = parrot-bin
pkgdesc = null
- pkgver = 1.0.0
+ pkgver = 1.0.3
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.1/parrot_1.0.0_amd64.deb
+ source = https://github.com/dan-online/parrot/releases/download/1.0.3/parrot_1.0.3_amd64.deb
sha512sums = SKIP
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 28dfad16a565..5f1338013b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: DanCodes <dan@dancodes.online>
pkgname="parrot-bin"
-pkgver="1.0.0"
+pkgver="1.0.3"
pkgrel=1
pkgdesc="null"
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.1/parrot_1.0.0_amd64.deb')
+source=('https://github.com/dan-online/parrot/releases/download/1.0.3/parrot_1.0.3_amd64.deb')
sha512sums=("SKIP")
package(){