summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2020-09-21 13:03:38 +0200
committerNichlas Severinsen2020-09-21 13:03:38 +0200
commit5210a31e12fc129ed1fa6541c91e942d306df5f5 (patch)
tree25c19204823b709d9e68a8d4e34ec911a9cfd31a
parent5725267bdbcafcac10c181b4a3cfe961676a4420 (diff)
downloadaur-5210a31e12fc129ed1fa6541c91e942d306df5f5.tar.gz
Add git tag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8a9b51d179c..97a4dfb5db05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = avaloniailspy
pkgdesc = Avalonia-based .NET Decompiler (port of ILSpy)
pkgver = v5.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/icsharpcode/AvaloniaILSpy
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = avaloniailspy
makedepends = git
depends = dotnet-runtime
provides = avaloniailspy
- source = git+https://github.com/icsharpcode/AvaloniaILSpy.git
+ source = git+https://github.com/icsharpcode/AvaloniaILSpy.git#tag=v5.0-rc2
source = avaloniailspy.desktop
sha256sums = SKIP
sha256sums = 607c64adb67e7d6d54e2d6ca57e5f3b2e68aa4ba80cb745dd9e93b8e86677d26
diff --git a/PKGBUILD b/PKGBUILD
index b89e634f430a..0d35f5f2feec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@
pkgname=avaloniailspy
_gitname="AvaloniaILSpy"
pkgver=v5.0
-pkgrel=5
+_gittag=v5.0-rc2
+pkgrel=6
url="https://github.com/icsharpcode/AvaloniaILSpy"
pkgdesc="Avalonia-based .NET Decompiler (port of ILSpy)"
arch=("any")
@@ -14,7 +15,7 @@ license=("MIT" "LGPLv2.1" "Ms-PL")
depends=("dotnet-runtime")
makedepends=("dotnet-sdk" "libicns" "git")
-source=("git+https://github.com/icsharpcode/${_gitname}.git"
+source=("git+https://github.com/icsharpcode/${_gitname}.git#tag=${_gittag}"
"${pkgname}.desktop")
sha256sums=("SKIP"
"607c64adb67e7d6d54e2d6ca57e5f3b2e68aa4ba80cb745dd9e93b8e86677d26")