summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2024-02-23 17:09:04 +0100
committerNico Jensch2024-02-23 17:09:16 +0100
commit647feaaae99c3c921fc3123316e82ebdd5273f46 (patch)
treee5d9c9dde87d6b87ac0f671aba3d36dbcd112682
parentd7af8215a6071138bdb25cc030c122e3b46d315c (diff)
downloadaur-647feaaae99c3c921fc3123316e82ebdd5273f46.tar.gz
feat: import newest BeautyLine 2.2 update / Candy icons from master branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daff503db0b6..2bb8902769cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 20230729
+ pkgver = 20240223
pkgrel = 1
epoch = 1
url = https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline
@@ -8,7 +8,7 @@ pkgbase = beautyline
license = GPL
makedepends = git
options = !strip
- source = git+https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline.git
+ source = git+https://gitlab.com/garuda-linux/themes-and-settings/artwork/beautyline.git#commit=1ee18f8bf88a19389b21d3881be3c142d8c3307b
sha256sums = SKIP
pkgname = beautyline
diff --git a/PKGBUILD b/PKGBUILD
index 2834ba564dfc..479646c3c070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
pkgname=beautyline
-pkgver=20230729
+pkgver=20240223
+_commit=1ee18f8bf88a19389b21d3881be3c142d8c3307b
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)"
@@ -10,7 +11,7 @@ url="https://gitlab.com/garuda-linux/themes-and-settings/artwork/$pkgname"
license=('GPL')
makedepends=('git')
options=('!strip')
-source=("git+${url}.git")
+source=("git+${url}.git#commit=${_commit}")
sha256sums=('SKIP')
package() {