summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAria Moradi2020-12-23 02:12:07 +0330
committerAria Moradi2020-12-23 02:12:07 +0330
commit23ca9a8245b5606c51ab18787c26dc44e6c71fc5 (patch)
treef6a7cdf4db046af6c429d52fd6e7054432555efe
parent18db5d0a4bd5070ecc34c06a4e9e82a23a259f53 (diff)
downloadaur-23ca9a8245b5606c51ab18787c26dc44e6c71fc5.tar.gz
add epoch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9945bf82a5fb..9db95889c214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = i3-get-window-criteria
pkgdesc = Get criteria for use with i3 config commands
pkgver = git
- pkgrel = 3
+ pkgrel = 1
+ epoch = 1
url = https://gist.github.com/AriaMoradi/d9eaa97538281d0f7158b036288732e1
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index e2c87da68573..a9ca4dd8f6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=i3-get-window-criteria
pkgver=git
-pkgrel=3
+pkgrel=1
+epoch=1
pkgdesc="Get criteria for use with i3 config commands"
arch=('any')
url="https://gist.github.com/AriaMoradi/d9eaa97538281d0f7158b036288732e1"