summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bebdcafc4b2..28e61050c5f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcomps
pkgdesc = Comps XML file manipulation library
- pkgver = 0.1.17
+ pkgver = 0.1.18
pkgrel = 1
url = https://github.com/rpm-software-management/libcomps
arch = i686
@@ -14,7 +14,7 @@ pkgbase = libcomps
depends = libxml2
depends = zlib
optdepends = python: for python bindings
- source = libcomps-0.1.17.tar.gz::https://github.com/rpm-software-management/libcomps/archive/0.1.17.tar.gz
- sha256sums = 796bb0fe6968c5e2a065b1524136059f988e06da38ce045065ef1a6cb0120c17
+ source = https://github.com/rpm-software-management/libcomps/archive/0.1.18/libcomps-0.1.18.tar.gz
+ sha256sums = 02f8aa83dfd19beb7ce250b39818017a6eda7c3984caf8efbd2fc0c70d97bc9a
pkgname = libcomps
diff --git a/PKGBUILD b/PKGBUILD
index 05c4e3c913b5..573f80952201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#_with_docs=1
pkgname=libcomps
-pkgver=0.1.17
+pkgver=0.1.18
pkgrel=1
pkgdesc="Comps XML file manipulation library"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ makedepends=('cmake>=3.13' 'python' 'python-setuptools')
((_with_docs)) && makedepends+=('doxygen' 'python-sphinx')
checkdepends=('check')
optdepends=('python: for python bindings')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('796bb0fe6968c5e2a065b1524136059f988e06da38ce045065ef1a6cb0120c17')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('02f8aa83dfd19beb7ce250b39818017a6eda7c3984caf8efbd2fc0c70d97bc9a')
build() {
cd "$pkgname-$pkgver"