summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-11-30 22:38:35 +0700
committerShulhan2023-11-30 22:38:35 +0700
commit02ca9bd9d98b702ca497248779f03a9c778b64f3 (patch)
tree18dc2609a2fd90ebebe0625facd101cf803ea6b2
parent3a23fb59edfa13909d66dd48f577c01aa988d920 (diff)
downloadaur-02ca9bd9d98b702ca497248779f03a9c778b64f3.tar.gz
all: fix and update pkgver to tip
I believe there is something wrong with the latest tag, even thought it exist in my local and github [1]. I think I may have re-pushed the tag with different commit hash earlier but use the old hash in AUR which cause this issue. The fix is by adding new commit and update the pkgver. [1]: https://github.com/shuLhan/rescached-go/releases/tag/v4.4.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfa29f855582..0eb3bc88c5d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rescached-git
pkgdesc = Resolver/DNS cache daemon
- pkgver = 4.4.2.r1.g92903ef
+ pkgver = 4.4.2.r1.g627c9ba
pkgrel = 1
url = https://github.com/shuLhan/rescached-go
install = rescached.install
diff --git a/PKGBUILD b/PKGBUILD
index a0043a80f73c..de519c013d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=rescached-git
-pkgver=4.4.2.r1.g92903ef
+pkgver=4.4.2.r1.g627c9ba
pkgrel=1
pkgdesc="Resolver/DNS cache daemon"
arch=('i686' 'x86_64' 'armv7h')