summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:24:31 +0800
committerChocobo12023-04-13 17:24:31 +0800
commit11d65ce1beed152de4edbf7095c8d4615c014df6 (patch)
tree41c145c81538e191335528e518d4644b515b0e21 /PKGBUILD
parentb21004f42ba19d11eef5c08a018700894a2fe151 (diff)
downloadaur-yasm-git.tar.gz
upgpkg: yasm-git 1.3.0.r55.g101bca9c-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6286ddb5cf87..7278a7bf8892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=yasm-git
-pkgver=1.3.0.r48.g009450c7
-pkgrel=2
+pkgver=1.3.0.r55.g101bca9c
+pkgrel=1
pkgdesc="A complete rewrite of the NASM assembler under the BSD License"
arch=('i686' 'x86_64')
url="https://yasm.tortall.net/"
license=('BSD')
depends=('glibc')
makedepends=('git' 'cmake' 'python')
-provides=('yasm')
+provides=("yasm=$pkgver")
conflicts=('yasm')
options=('staticlibs')
source=("git+https://github.com/yasm/yasm.git")