summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-01-25 16:40:46 -0300
committerRafael Fontenelle2022-01-25 16:40:46 -0300
commit1fe2c632e1a08aab70fa30f5cd673bcf655d6fea (patch)
treedc37973ed8297362fa2672bc7cec78aeb258be10
parentee0fff50f0811a9df990ed99308ca382e8cf17b1 (diff)
downloadaur-1fe2c632e1a08aab70fa30f5cd673bcf655d6fea.tar.gz
Use gtk-sharp-2-git as depends
Other style updates, and check bug URL update.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
-rw-r--r--chronojump-git.install2
3 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1910541cc4aa..9aaf15edefe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = chronojump-git
pkgdesc = Measurement, management and statistics of sport short-time tests
- pkgver = 1.9.0.1202.g8c3585bc
+ pkgver = 2.2.0.12.gc1ee1df43
pkgrel = 1
- url = http://chronojump.org/
+ url = https://chronojump.org/
install = chronojump-git.install
arch = x86_64
license = GPL2
- makedepends = gtk-sharp-2
makedepends = mono
makedepends = intltool
makedepends = git
depends = python
- depends = gtk2
+ depends = gtk-sharp-2-git
provides = chronojump
conflicts = chronojump
options = !libtool
@@ -19,4 +18,3 @@ pkgbase = chronojump-git
md5sums = SKIP
pkgname = chronojump-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6b4a1119e544..0ca4cb61cb2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=chronojump
pkgname=$_name-git
-pkgver=1.9.0.1202.g8c3585bc
+pkgver=2.2.0.12.gc1ee1df43
pkgrel=1
pkgdesc="Measurement, management and statistics of sport short-time tests"
-arch=('x86_64')
-url="http://chronojump.org/"
-license=('GPL2')
-depends=(python gtk2)
-makedepends=(gtk-sharp-2 mono intltool git)
+arch=(x86_64)
+url="https://chronojump.org/"
+license=(GPL2)
+depends=(python gtk-sharp-2-git)
+makedepends=(mono intltool git)
provides=($_name)
conflicts=($_name)
options=(!libtool)
@@ -25,8 +25,6 @@ pkgver() {
prepare() {
cd "$_name"
NOCONFIGURE=1 ./autogen.sh
- # Fix path to Mono 4.0 GAC (/usr/lib/mono/4.0-api/)
- sed -i 's|/mono/4.0/|/mono/4.0-api/|' configure
}
build() {
@@ -35,7 +33,7 @@ build() {
make
}
-# Error in https://bugzilla.gnome.org/show_bug.cgi?id=774404
+# https://gitlab.gnome.org/GNOME/chronojump/-/issues/637
check() {
cd "$_name"
make -k check || true
diff --git a/chronojump-git.install b/chronojump-git.install
index 4338935d27d9..142be4514ef5 100644
--- a/chronojump-git.install
+++ b/chronojump-git.install
@@ -1,6 +1,6 @@
post_install() {
echo "NOTE: In order to run Chronojump with Chronopic as normal user"
- echo " make sure to add your user to the 'dialout' group"
+ echo " make sure to add your user to the 'uucp' group"
echo ""
}