summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2020-11-01 13:32:59 +0100
committerJosip Ponjavic2020-11-01 13:32:59 +0100
commit8666b1216f0a7a3a5b0f54a38a69feed50d6ea69 (patch)
tree8a92ec836e29b4a4e3dd3cea13a7091e5e6c13aa /PKGBUILD
parent577d15e317559fc0c1fb268b497b3d66552d3380 (diff)
downloadaur-torrent-file-editor-qt5-git.tar.gz
upgpkg: 0.3.17.r12.g6f8a201-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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
}