summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2022-10-31 17:36:21 +0200
committerGeorge Angelopoulos2022-10-31 17:36:21 +0200
commit600a81da7542a994c45465896ead44c356e542ac (patch)
tree3a177654cfbf9ef86a779e6b7abe10996c0306c9 /PKGBUILD
parent989502a9744069cd26ca5b60c6754a816cbcd3f1 (diff)
downloadaur-npiet.tar.gz
Revert "add tk dependency needed for npietedit"
This reverts commit 989502a9744069cd26ca5b60c6754a816cbcd3f1. This was dumb, I already had tk as optional dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 234c10cd1c76..b3cf224c5ed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=npiet
pkgver=1.3f
-pkgrel=2
+pkgrel=1
pkgdesc="An interpreter for piet programs. Also includes npietedit and npiet-foogol"
arch=('i686' 'x86_64')
url="https://www.bertnase.de/npiet/"
license=('GPL')
-depends=('libpng' 'gd' 'giflib' 'tk')
+depends=('libpng' 'gd' 'giflib')
optdepends=('tk: for npietedit')
source=("https://www.bertnase.de/npiet/$pkgname-$pkgver.tar.gz")
md5sums=('aad7cf28dae509046078d4c98337e670')