summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2023-05-12 08:38:03 +0200
committerSanpi2023-05-12 08:38:03 +0200
commitefa806e59ae6847975936d82504911df4442ec1d (patch)
treed9f8513ecc6e550dd4bc31c1c43496227e683a92
parentaaaa5e3c1595185650f6ffed88f59a968c372071 (diff)
downloadaur-efa806e59ae6847975936d82504911df4442ec1d.tar.gz
v0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2a6fce1f908..1dc2308031ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nerdfix
pkgdesc = nerdfix helps you to find/fix obsolete Nerd Font icons in your project.
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/loichyan/nerdfix
arch = x86_64
license = MIT
license = Apache
makedepends = cargo
- source = https://github.com/loichyan/nerdfix/archive/refs/tags/v0.2.3.tar.gz
- sha256sums = 0a4587caaa2d9654ef41e48612267343c5f018387f3f36564688263114629cad
+ source = https://github.com/loichyan/nerdfix/archive/refs/tags/v0.3.0.tar.gz
+ sha256sums = 03af7760d94bcb89f3de9a2b47294f0a9b1d0ae18580ab6ad0c1e4deec771e50
pkgname = nerdfix
diff --git a/PKGBUILD b/PKGBUILD
index 9835b763b78f..5428fb22ce3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=nerdfix
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="nerdfix helps you to find/fix obsolete Nerd Font icons in your project."
url="https://github.com/loichyan/$pkgname"
arch=("x86_64")
license=("MIT" "Apache")
makedepends=("cargo")
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0a4587caaa2d9654ef41e48612267343c5f018387f3f36564688263114629cad')
+sha256sums=('03af7760d94bcb89f3de9a2b47294f0a9b1d0ae18580ab6ad0c1e4deec771e50')
prepare()
{