summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2021-05-16 12:45:17 +0800
committeryjun2021-05-16 12:45:17 +0800
commitd238652e1a1de8fb93ecec5224330669b7ae762d (patch)
treea9cca0d0f2349c2542c6ec41f5b0cb17f66b4002 /PKGBUILD
parent808e55475cc621ceb7775a5bc0e4a8d323f2c215 (diff)
downloadaur-d238652e1a1de8fb93ecec5224330669b7ae762d.tar.gz
update: picsim 0.8.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54afe1058dc0..c17546f4b94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor : Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=picsim
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
pkgdesc="Emulates some PIC microcontroller and periferics such as USART and timers, the simulator architecture permit easy implementation of external elements in C"
arch=('x86_64')
url='https://github.com/lcgamboa/picsim'
@@ -13,7 +13,7 @@ depends=('glibc')
makedepends=('gcc9'
'doxygen')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lcgamboa/picsim/archive/v${pkgver}.tar.gz")
-sha256sums=('e7b58920ef4bdc8720338a38bad6890b687fbc37423e9537e961ac222d47dd73')
+sha256sums=('6b3578d16da63895d3d1511d988aa104b054a379dd82dda50e31f954a323228d')
prepare() {
cd "${pkgname}-${pkgver}"