summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanCodes2023-04-12 15:13:37 +0000
committerDanCodes2023-04-12 15:13:37 +0000
commit2995e5091ea1106cf973fb1b4aeaf6694d3ba987 (patch)
tree2e3a8427ac645d31a70d702a734c351fde7c55ef
parentea8aa5277fcbd34f6fd1961171f9252093350578 (diff)
downloadaur-2995e5091ea1106cf973fb1b4aeaf6694d3ba987.tar.gz
Update AUR package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4987f0b2074..454e087bdba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,12 @@ pkgbase = parrot-bin
pkgdesc = null
pkgver = 1.0.0
pkgrel = 1
+ url = https://github.com/dan-online/parrot
arch = x86_64
- license =
+ license = MIT
depends = gtk3
depends = webkit2gtk
- source = https://github.com/dan-online/parrot/releases/download/1.0.0/parrot_1.0.0_amd64.deb
+ source = https://github.com/dan-online/parrot/releases/download/1.0.1/parrot_1.0.0_amd64.deb
sha512sums = SKIP
pkgname = parrot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e2bf3bd6c57..28dfad16a565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgver="1.0.0"
pkgrel=1
pkgdesc="null"
arch=('x86_64')
-url=""
-license=('')
+url="https://github.com/dan-online/parrot"
+license=('MIT')
depends=('gtk3' 'webkit2gtk')
-source=('https://github.com/dan-online/parrot/releases/download/1.0.0/parrot_1.0.0_amd64.deb')
+source=('https://github.com/dan-online/parrot/releases/download/1.0.1/parrot_1.0.0_amd64.deb')
sha512sums=("SKIP")
package(){