aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikatenor2022-09-23 20:40:25 +0900
committerpikatenor2022-09-23 20:44:36 +0900
commit4f90641e93461285ba1450fe02ddbf576734ccdc (patch)
tree61d37c606a60ffdc306bc9e95fdd7513a0cb58f0
parentc8de97b84444757e62d0350c0d4068d62b9b8150 (diff)
downloadaur-qt4pas.tar.gz
qt4pas :: 2.5-9
Signed-off-by: Ryotaro Ko <pikatenor@p1kachu.net>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f5af24bf35..0f8dbb41c7e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
-# Generated by mksrcinfo v8
-# Sun Apr 9 19:40:51 UTC 2017
pkgbase = qt4pas
pkgdesc = Free Pascal Qt4 Binding Library
pkgver = 2.5
- pkgrel = 8
+ pkgrel = 9
url = http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
- arch = i686
arch = x86_64
license = LGPL
depends = qt4
depends = xdg-utils
- source = http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz
+ source = https://github.com/pikatenor/qt4pas/archive/refs/tags/V2.5_Qt4.5.3.tar.gz
source = qtwebkit.patch
- sha256sums = 825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea
+ sha256sums = 119a4078c9933e94a3202dfdd46a44172a9098cbc0240491592071fe831761da
sha256sums = af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921
pkgname = qt4pas
-
diff --git a/PKGBUILD b/PKGBUILD
index 2df2943d996b..47dcb3f58429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Maintainer: Ryotaro Ko <aur AT p1kachu DOT net>
+# Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
pkgname=qt4pas
pkgver=2.5
-pkgrel=8
+pkgrel=9
pkgdesc="Free Pascal Qt4 Binding Library"
arch=('x86_64')
url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"