summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-09-30 15:44:52 +0330
committerAli Molaei2023-09-30 15:44:52 +0330
commit4d1e543e20c9041d3ddddef7414fe59e04a8a24d (patch)
tree40e1eadb254d9eaad521eafe0bc6c886e28a7e5e
parent4046105bb8bd938766ec43d82e8db8258dfae149 (diff)
downloadaur-4d1e543e20c9041d3ddddef7414fe59e04a8a24d.tar.gz
Add epoch for pacman to consider this is an upgrade
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1478c2f07cda..15ca60f3ce36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
pkgver = 8.1.0
pkgrel = 1
+ epoch = 1
url = https://insomnia.rest
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1af85acd5ad6..f3e1d466f177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ _upkgname='Insomnia'
pkgname="${_pkgname}-bin"
pkgver=8.1.0
pkgrel=1
+epoch=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
url='https://insomnia.rest'