summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2021-11-04 23:48:45 +0100
committerDanilo Bargen2021-11-04 23:48:45 +0100
commitd87f35f390e24ebb84292df098d75ebab349c75f (patch)
tree736736ad3924487a19c1c28566488bf69c0d9e86
parent490335e8cd3816829cfe49ccfa011301ac3a16c5 (diff)
downloadaur-d87f35f390e24ebb84292df098d75ebab349c75f.tar.gz
Fix project URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084db3a8a8e3..da1c71ff0229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards
pkgver = 0.1.6
- pkgrel = 1
- url = http://librepcb.org/
+ pkgrel = 2
+ url = https://librepcb.org/
arch = x86_64
arch = i686
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4408f9384f2f..950926979538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
pkgname=librepcb
pkgver=0.1.6
_pkgver=${pkgver/_/-}
-pkgrel=1
+pkgrel=2
pkgdesc="A free EDA software to develop printed circuit boards"
arch=('x86_64' 'i686')
-url="http://librepcb.org/"
+url="https://librepcb.org/"
license=('GPL')
depends=(
'qt5-svg'