summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-11-01 13:32:59 +0100
committerJosip Ponjavic2020-11-01 13:32:59 +0100
commit8666b1216f0a7a3a5b0f54a38a69feed50d6ea69 (patch)
tree8a92ec836e29b4a4e3dd3cea13a7091e5e6c13aa
parent577d15e317559fc0c1fb268b497b3d66552d3380 (diff)
downloadaur-torrent-file-editor-qt5-git.tar.gz
upgpkg: 0.3.17.r12.g6f8a201-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b49a369d11..34d62954f488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = torrent-file-editor-qt5-git
pkgdesc = Qt based GUI tool designed to create and edit .torrent files. Qt5 build
- pkgver = 0.3.17.r3.g811e401
+ pkgver = 0.3.17.r12.g6f8a201
pkgrel = 1
- url = https://sourceforge.net/projects/torrent-file-editor/
+ url = https://torrent-file-editor.github.io
arch = i686
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = torrent-file-editor-qt5-git
provides = torrent-file-editor-qt5
conflicts = torrent-file-editor
conflicts = torrent-file-editor-qt4
- source = git+https://github.com/drizt/torrent-file-editor.git
+ source = git+https://github.com/torrent-file-editor/torrent-file-editor.git
md5sums = SKIP
pkgname = torrent-file-editor-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index c2fcc55a0d16..c0706294735a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=torrent-file-editor-qt5-git
_pkgname=torrent-file-editor
-pkgver=0.3.17.r3.g811e401
+pkgver=0.3.17.r12.g6f8a201
pkgrel=1
pkgdesc="Qt based GUI tool designed to create and edit .torrent files. Qt5 build"
arch=('i686' 'x86_64')
-url='https://sourceforge.net/projects/torrent-file-editor/'
+url='https://torrent-file-editor.github.io'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-base')
makedepends=('cmake' 'git' 'qt5-tools')
provides=("${_pkgname}" "${_pkgname}-qt5")
conflicts=("${_pkgname}" "${_pkgname}-qt4")
-source=("git+https://github.com/drizt/torrent-file-editor.git")
+source=("git+https://github.com/torrent-file-editor/torrent-file-editor.git")
md5sums=('SKIP')
pkgver() {
@@ -26,8 +26,7 @@ build() {
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DQT5_BUILD=ON \
- -DENABLE_PCH=OFF
+ -DQT5_BUILD=ON
make
}