summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTNE2022-07-31 05:15:03 +0200
committerTNE2022-07-31 05:15:03 +0200
commita7c507e0e770170bc3a0d50f5a9a6d97f8b4030f (patch)
treecda388221e9c3a993f6ff7fb59ff7e1312be0ac5
parent4f59ab56751fb0440175ebdedba522a61da15845 (diff)
downloadaur-a7c507e0e770170bc3a0d50f5a9a6d97f8b4030f.tar.gz
bump epoch
Ignoring the fact this pkgbuild's version system is dumb, this fixes the version comparison issue caused 2 commits ago properly.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d5df195e1c..8ab460ed8de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = beautyline
pkgdesc = Outlined icons designed to have unified look and comprehensive coverage with the Candy icon pack (best suited to use with Sweet theme)
- pkgver = 20220717
+ pkgver = 20220731
pkgrel = 1
+ epoch = 1
url = https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d8c494f31305..ba84cac75f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
pkgname=beautyline
-pkgver=20220717
+pkgver=20220731
pkgrel=1
+epoch=1
pkgdesc="Outlined icons designed to have unified look and comprehensive coverage with the Candy icon pack (best suited to use with Sweet theme)"
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/$pkgname"