summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRastislav Barlik2023-12-05 14:01:52 +0100
committerRastislav Barlik2023-12-05 14:01:52 +0100
commit1ace9eea94dd6a6c7bed118996f9543433688901 (patch)
treef0130c41d598bc4a17d112886652b519e21d1f6d
parent22172768b731d8375bf6cf3bdde83ca0b78aa2c2 (diff)
downloadaur-1ace9eea94dd6a6c7bed118996f9543433688901.tar.gz
2.0 release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7c0d758b234..6ce25c478a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutecw
pkgdesc = Learn CW using the Koch Method
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e387a4148770..045071f47826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jeff Parent <jecxjo@sdf.lonestar.org>
pkgname=cutecw
pkgver=2.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Learn CW using the Koch Method"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ sha256sums=('d79ce2a9e0ab2e2c958ea33b5f43a2e000be4d0afd7282847e200062fa44129e')
build() {
cd "$pkgname-$pkgver"
- qmake-qt4
+ qmake6
make
}