diff options
author | zxp19821005 | 2023-05-04 10:10:32 +0800 |
---|---|---|
committer | zxp19821005 | 2023-05-04 10:10:32 +0800 |
commit | 1f6217fecb69f47342e316e5206ec9512d43f4c2 (patch) | |
tree | d16a53413aeeb24d7c94f48a782fd7b360b47f76 /PKGBUILD | |
parent | ca710d5243f21cb5195ed47a26f16143a92ad19a (diff) | |
download | aur-1f6217fecb69f47342e316e5206ec9512d43f4c2.tar.gz |
update to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname="netpad-bin" -pkgver=0.1.1 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 pkgdesc="A cross-platform C# editor and playground." arch=('x86_64') url="https://github.com/tareqimbasher/NetPad" @@ -10,12 +10,12 @@ providers=() conflits=("${pkgname%-bin}" "${pkgname%-bin}-appimage") depends=('at-spi2-core' 'gtk3' 'alsa-lib' 'nss' 'libcups' 'cairo' 'dbus' 'gcc-libs' 'hicolor-icon-theme' \ 'zlib' 'libxcb' 'libxdamage' 'libxcomposite' 'glib2' 'libx11' 'libxfixes' 'libdrm' 'glibc' 'nspr' 'expat' \ - 'libxext' 'libxshmfence' 'libxkbcommon' 'pango' 'gdk-pixbuf2' 'mesa' 'libxrandr') + 'libxext' 'libxkbcommon' 'pango' 'mesa' 'libxrandr') source=("${pkgname%-bin}-${pkgver}.pacman::${url}/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-x64.pacman" "LICENSE::${url}/raw/main/LICENSE") -sha256sums=('d7d52078eed8bca658ec6f0ea969bb730309bbed60155a7fb8b75358116ea591' +sha256sums=('91c8eef852adead9ab31f4528ad0243d268514dc7470b427d8c314a900580e49' '43485534798b716310ae2a0edeebb00e97ff0e42e5fde13ff2994e2bc82348f6') package() { cp --parents -a {opt,usr} "${pkgdir}" install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}" -} +}
\ No newline at end of file |