summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-12 16:39:04 +0000
committerDanCodes2023-04-12 16:39:04 +0000
commit1e7bd97279724cdb0be19135e67af38a2a94f8cc (patch)
tree7a6dc7e8b5adc337d2e3ee8ebdc01a8543da2634
parent5beeb44907a216da3215811d2ba801f7051282a3 (diff)
downloadaur-1e7bd97279724cdb0be19135e67af38a2a94f8cc.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 2ff64e3b54cd..19a1aa886b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = parrot-bin
pkgdesc = null
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/dan-online/parrot
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = parrot-bin
depends = gtk3
depends = webkit2gtk
depends = openssl-1.1
- source = https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.3_amd64.deb
+ source = https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.4_amd64.deb
sha512sums = SKIP
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 157f7526d6cf..d0f45b17f81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: DanCodes <dan@dancodes.online>
pkgname="parrot-bin"
-pkgver="1.0.3"
+pkgver="1.0.4"
pkgrel=1
pkgdesc="null"
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.3_amd64.deb')
+source=('https://github.com/dan-online/parrot/releases/download/1.0.4/parrot_1.0.4_amd64.deb')
sha512sums=("SKIP")
package(){