diff options
author | maniacata | 2021-01-18 01:43:30 +0800 |
---|---|---|
committer | maniacata | 2021-01-18 01:43:30 +0800 |
commit | 7ffc13a9f0ec00bcacc95ca46a191f6e7ed709be (patch) | |
tree | baefa1e297744cec2b1d293316c8e5f8fc9eebc9 | |
parent | 3ad1e4186e5b7233667590947a8eb803601a3c2d (diff) | |
download | aur-7ffc13a9f0ec00bcacc95ca46a191f6e7ed709be.tar.gz |
chore: bump version
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,9 +8,9 @@ pkgname=logisim-evolution-bin _name=logisim-evolution -pkgver=3.3.4 -pkgrel=2 -pkgdesc='An educational tool for designing and simulating digital logic circuits' +pkgver=3.4.1 +pkgrel=1 +pkgdesc='An educational tool for designing and simulating digital logic circuits (binary version)' arch=('any') url="https://github.com/reds-heig/logisim-evolution" license=('GPL3') @@ -41,4 +41,4 @@ package() { "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_name}.svg" install -Dm755 "${_name}.sh" "${pkgdir}/usr/bin/${_name}" -}
\ No newline at end of file +} |