summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Balbi2020-10-27 13:50:30 +0200
committerFelipe Balbi2020-10-27 13:52:37 +0200
commit6d09446b29cfe2fcdf3ceaf0c5ee58831509d311 (patch)
tree43e304d77fd4c7563d65cdd1e75eebf1d5cc301d /PKGBUILD
parent66271b91b53b7f749e077205606e52c726217872 (diff)
downloadaur-6d09446b29cfe2fcdf3ceaf0c5ee58831509d311.tar.gz
Fix pre-remove hook
Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cb073169323..540df02fd566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=azure-sphere-sdk
pkgmajor=20
pkgminor=07
pkgver=${pkgmajor}.${pkgminor}
-pkgrel=2
+pkgrel=3
pkgdesc="Azure Sphere SDK Preview for Linux"
arch=('x86_64')
url="https://aka.ms/AzureSphereSDK"