diff options
author | yjun | 2024-01-02 22:34:57 +0800 |
---|---|---|
committer | yjun | 2024-01-02 22:34:57 +0800 |
commit | 609af976181a02936a7a1e0f8ec5b25b5efd79f4 (patch) | |
tree | ee959fa43a7d1f1536cc5081a5f051dc948a3b9c | |
parent | e136dd5bc6c6cdcdc0a07dcfd7ba5c2733cd8a54 (diff) | |
download | aur-609af976181a02936a7a1e0f8ec5b25b5efd79f4.tar.gz |
[update]: srcinfo
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = picsimlab-bin pkgdesc = A realtime emulator of development boards with integrated MPLABX/avr-gdb debugger pkgver = 0.9.1 - pkgrel = 0 + pkgrel = 1 url = https://github.com/lcgamboa/picsimlab arch = x86_64 license = GPL2 diff --git a/.gitignore b/.gitignore index 97091838249f..7906c398e39c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.deb src/ pkg/ +PICSimLab-0.9.0.deb.dir @@ -6,7 +6,7 @@ _pkgname=PICSimLab _pkgname2=${pkgname%-bin} _date=231210 pkgver=0.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="A realtime emulator of development boards with integrated MPLABX/avr-gdb debugger" arch=('x86_64') url='https://github.com/lcgamboa/picsimlab' |