summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-12 16:25:44 +0000
committerDanCodes2023-04-12 16:25:44 +0000
commit5beeb44907a216da3215811d2ba801f7051282a3 (patch)
treecfe0ea76a08e71bbe63eb07c73aaca2e6b97888e
parent96784b84b7ab1b2ebae6cdc3461a2b81d9103c3e (diff)
downloadaur-5beeb44907a216da3215811d2ba801f7051282a3.tar.gz
Update AUR package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec3e5f0f789e..2ff64e3b54cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = parrot-bin
license = MIT
depends = gtk3
depends = webkit2gtk
- source = https://github.com/dan-online/parrot/releases/download/1.0.3/parrot_1.0.3_amd64.deb
+ depends = openssl-1.1
+ source = https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.3_amd64.deb
sha512sums = SKIP
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f1338013b37..157f7526d6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ 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.3/parrot_1.0.3_amd64.deb')
+depends=('gtk3' 'webkit2gtk' 'openssl-1.1')
+source=('https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.3_amd64.deb')
sha512sums=("SKIP")
package(){