summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3a99ef4bf1a..ba899bc563e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = udunits
pkgdesc = A tool for calculations of physical quantities
pkgver = 2.2.28
- pkgrel = 2
+ pkgrel = 3
url = http://www.unidata.ucar.edu/software/udunits/
install = udunits.install
arch = i686
@@ -9,8 +9,7 @@ pkgbase = udunits
license = MIT
depends = expat
options = !libtool
- source = https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-2.2.28.tar.gz
+ source = https://artifacts.unidata.ucar.edu/repository/downloads-udunits/2.2.28/udunits-2.2.28.tar.gz
sha256sums = 590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e
pkgname = udunits
-
diff --git a/PKGBUILD b/PKGBUILD
index 391ca9f65b73..d1d583b610ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=udunits
pkgver=2.2.28
-pkgrel=2
+pkgrel=3
pkgdesc="A tool for calculations of physical quantities"
arch=('i686' 'x86_64')
url="http://www.unidata.ucar.edu/software/udunits/"
@@ -13,7 +13,7 @@ license=('MIT')
depends=('expat')
options=('!libtool')
install=udunits.install
-source=(https://artifacts.unidata.ucar.edu/repository/downloads-udunits/$pkgname-$pkgver.tar.gz)
+source=(https://artifacts.unidata.ucar.edu/repository/downloads-udunits/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e')
build() {