summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordetiam2024-03-06 12:36:04 +0800
committerdetiam2024-03-06 12:36:04 +0800
commit2e87f1d9801d6c86c9fb541aa5692b1e2a8e8cc8 (patch)
treea6f94ba9167a8f5fa17a3aff302aa911794c3568
parent9f65a6e831412ddbf34ab091ae1de5484296f901 (diff)
downloadaur-2e87f1d9801d6c86c9fb541aa5692b1e2a8e8cc8.tar.gz
v4.8.3.2538
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae541b2ec9e..3b1dce54ce6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-esr-extension-download-with-aria2
pkgdesc = The Aria2 Download Manager for Firefox.
- pkgver = 4.8.3.2534
+ pkgver = 4.8.3.2538
pkgrel = 1
url = https://github.com/jc3213/download_with_aria2
arch = any
@@ -8,7 +8,7 @@ pkgbase = firefox-esr-extension-download-with-aria2
license = LGPL-2.1
makedepends = jq
depends = firefox-esr
- source = firefox-esr-extension-download-with-aria2::git+https://github.com/jc3213/download_with_aria2#tag=4.8.3.2534
+ source = firefox-esr-extension-download-with-aria2::git+https://github.com/jc3213/download_with_aria2#tag=4.8.3.2538
sha512sums = SKIP
pkgname = firefox-esr-extension-download-with-aria2
diff --git a/.gitignore b/.gitignore
index 68adeb5ba472..96eb0f2ac51b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/pkg
-/src
-/*.xpi
-/*.tar* \ No newline at end of file
+*
+!PKGBUILD
+!.gitignore
+!.SRCINFO \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 6843e58a16d9..23d55749aae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=firefox-esr-extension-download-with-aria2
-pkgver=4.8.3.2534
+pkgver=4.8.3.2538
pkgrel=1
pkgdesc='The Aria2 Download Manager for Firefox.'
arch=('any')