summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyechou2023-06-25 02:54:14 -0500
committerkyechou2023-06-25 02:54:14 -0500
commit4a8a6f6ca03e43b5d62e4c8fa744c6d5dddfb0e6 (patch)
treee5219a88c1a72682e57b8c4c5fca6c7e518c01e9 /PKGBUILD
parentec978558ebddf5e5a70aeb5395b9cb8a1c6bac12 (diff)
downloadaur-4a8a6f6ca03e43b5d62e4c8fa744c6d5dddfb0e6.tar.gz
Update to 2023.06.07
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63bd725ec9c4..c88c73402a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=intelxed
_pkgname=xed
-pkgver=2022.10.11
+pkgver=2023.06.07
pkgrel=1
pkgdesc="Intel x86 encoder decoder"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=()
makedepends=('mbuild' 'doxygen')
conflicts=('xed')
source=("https://github.com/intelxed/xed/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('3ddd354d15481b62c1ace0c1faf0496b1ea933d43f7431a2dff93e19b530240f')
+sha256sums=('f6af487ec1f962036d9004d23945787e0f26340a977f633e4474c455fa87fe31')
build() {
cd "$srcdir/$_pkgname-$pkgver"