git » dtc.git » commit f0989ff

Fix upstream URL

author Anatol Pomozov
2019-04-04 17:07:21 UTC
committer Anatol Pomozov
2019-04-04 17:07:21 UTC
parent baff9497c5b028305a634d1678d14e4b70be6eed

Fix upstream URL

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b62b186..f895bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=dtc
 pkgver=1.5.0
 pkgrel=1
 pkgdesc='Device Tree Compiler'
-url='http://www.devicetree.org/Device_Tree_Compiler'
+url='http://www.devicetree.org/'
 arch=(x86_64)
 license=(GPL2)
 makedepends=(swig python2)