summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock2023-08-26 11:21:31 +0800
committerKimiblock2023-08-26 11:21:31 +0800
commitf98c12829337615b9ac287a8af897db8b08e02a0 (patch)
tree70a5290a497b7179926992d94d48d1b1ef9f4d93
parent5d4a66cf26378aad49911f58e9edb2c7f71b4a6a (diff)
downloadaur-f98c12829337615b9ac287a8af897db8b08e02a0.tar.gz
Bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59a6112f99f..050deda36bc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librewolf-extension-ubolite-bin
pkgdesc = uBO Lite (uBOL), a permission-less MV3 API-based content blocker.
- pkgver = 1
+ pkgver = 2023.8.25.959
pkgrel = 1
url = https://github.com/uBlockOrigin/uBOL-home
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d9dd572eff4e..6aabb29a640a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(librewolf-extension-ubolite-bin firefox-extension-ubolite-bin)
url="https://github.com/uBlockOrigin/uBOL-home"
-pkgver=1
+pkgver=2023.8.25.959
pkgrel=1
makedepends=("jq" "curl")
pkgdesc="uBO Lite (uBOL), a permission-less MV3 API-based content blocker."
@@ -39,4 +39,4 @@ function _info() {
yellow="${bold}$(tput setaf 3)"
printf "${blue}==>${yellow} [Info]:${bold} $1${all_off}\n"
fi
-} \ No newline at end of file
+}