summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartins Mozeiko2021-01-24 19:19:11 -0800
committerMartins Mozeiko2021-01-24 19:19:11 -0800
commit52d29fdd412c41a3e59f98f0df82670a174573dd (patch)
treef705ae55a17a989c4de6e31a9242f76eba919e5a
parent4d92e39d7c20bf075b7bbd2739c1aaa5560b61f0 (diff)
downloadaur-52d29fdd412c41a3e59f98f0df82670a174573dd.tar.gz
support unique package name for SRCDIR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed6c411847f..65c81f58d744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libva-utils-headless
pkgdesc = Intel VA-API Media Applications and Scripts for headless libva
pkgver = 2.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/intel/libva-utils
arch = x86_64
license = custom
makedepends = meson
depends = libva-headless
conflicts = libva-utils
- source = https://github.com/intel/libva-utils/archive/2.10.0.tar.gz
+ source = libva-utils-headless-2.10.0.tar.gz::https://github.com/intel/libva-utils/archive/2.10.0.tar.gz
sha256sums = cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0
pkgname = libva-utils-headless
diff --git a/PKGBUILD b/PKGBUILD
index 8a6fc4cb5e7b..bdfaed98946b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libva-utils-headless
pkgver=2.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='Intel VA-API Media Applications and Scripts for headless libva'
arch=('x86_64')
url='https://github.com/intel/libva-utils'
@@ -10,7 +10,7 @@ license=('custom')
depends=('libva-headless')
makedepends=('meson')
conflicts=('libva-utils')
-source=("${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0')
build() {