summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Hendrick2020-07-19 16:20:08 -0400
committerSeth Hendrick2020-07-19 16:20:08 -0400
commit32914c3f5447d7e25ad71305271233bae04580de (patch)
treef82424fa7178cec3702f02801df5a102ce25c907
parent029d06685f6c110bfea3c661bb4cbfafae305629 (diff)
downloadaur-32914c3f5447d7e25ad71305271233bae04580de.tar.gz
Deployed Version 0.20.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c6a7458d309..9ab9a71a58e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = chaskis
pkgdesc = A generic framework written in C# for making IRC Bots.
- pkgver = 0.10.1
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/xforever1313/Chaskis/
arch = any
license = BSL
- depends = mono>=5.4.0
+ depends = dotnet-runtime>=3.1.0
provides = chaskis
conflicts = chaskis
- source = https://files.shendrick.net/projects/chaskis/releases/0.10.1/linux/debian/chaskis.deb
- sha256sums = fe03a07766eeb681da06c02de35ce03fbc298803d8902318733b1c5107c05b4e
+ source = https://files.shendrick.net/projects/chaskis/releases/0.20.0/debian/chaskis.deb
+ sha256sums = 043e8e9449c665c6790d20c8a5f3e4d25c9ff518bc8645389a9429e95614eb2f
pkgname = chaskis
diff --git a/PKGBUILD b/PKGBUILD
index c65e2930f869..f980ffd5aebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,17 @@
# user having to install all kinds of weird things that are not in the AUR or in pacman.
pkgname=chaskis
-pkgver=0.10.1
+pkgver=0.20.0
pkgrel=1
pkgdesc="A generic framework written in C# for making IRC Bots."
arch=('any')
url="https://github.com/xforever1313/Chaskis/"
license=('BSL')
-depends=('mono>=5.4.0') # https://docs.microsoft.com/en-us/dotnet/standard/net-standard - .netstandard is implemented in mono 5.4, which is required.
+depends=('dotnet-runtime>=3.1.0')
provides=('chaskis')
conflicts=('chaskis')
-source=("https://files.shendrick.net/projects/chaskis/releases/$pkgver/linux/debian/chaskis.deb")
-sha256sums=('fe03a07766eeb681da06c02de35ce03fbc298803d8902318733b1c5107c05b4e')
+source=("https://files.shendrick.net/projects/chaskis/releases/$pkgver/debian/chaskis.deb")
+sha256sums=('043e8e9449c665c6790d20c8a5f3e4d25c9ff518bc8645389a9429e95614eb2f')
validpgpkeys=()
package() {