summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordakataca2023-10-02 17:26:53 -0500
committerdakataca2023-10-02 17:26:53 -0500
commit8223415480c76223ad4cecebc18dce04a3414491 (patch)
tree03a2747d6cefe793b978758999ae26a96b215189
parent1b23d938745f0dd3450cbe2ace48e94480ccc828 (diff)
downloadaur-8223415480c76223ad4cecebc18dce04a3414491.tar.gz
small modification.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca1630093883..72d6d6751d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname='pseint'
pkgver=20230517
pkgrel=1
-pkgdesc="A tool for learning programming basis with a simple spanish pseudocode."
+pkgdesc='A tool for learning programming basis with a simple spanish pseudocode.'
arch=('x86_64')
url='https://sourceforge.net/projects/pseint'
license=('GPL2')
-conflicts=('pseint-bin')
-makedepends=("gendesk")
+conflicts=("$pkgname-bin")
+makedepends=('gendesk')
depends=('wxwidgets-gtk3')
noextract=(creator.psz)
source=("https://netactuate.dl.sourceforge.net/project/$pkgname/$pkgver/$pkgname-src-$pkgver.tgz")