summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroioi 5552023-12-29 19:42:33 +0900
committeroioi 5552023-12-29 19:47:11 +0900
commit2dc78163d60bd2e0edb4f3c9b2958aa99baef0e1 (patch)
tree0be422e53cb723642cd0a9b02856c8f52c86c4e4 /PKGBUILD
parentdff77c62ff29f9e9f980d0afaf624d2b079b9543 (diff)
downloadaur-2dc78163d60bd2e0edb4f3c9b2958aa99baef0e1.tar.gz
Fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f3c377536c4..4f9255e5d02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kde-fcstd-thumbnailer-git
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='FreeCAD Thumbnail Creator.'
arch=('i686' 'x86_64')
url='https://github.com/StefanHamminga/kde-fcstd-thumbnailer'
@@ -8,6 +8,7 @@ license=('GPL3')
depends=('qt5-base' 'kio5')
makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools')
+
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')