summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fec79ca173f1..a45b51540a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yasm-git
pkgdesc = A complete rewrite of the NASM assembler under the BSD License
- pkgver = 1.3.0.r48.g009450c7
- pkgrel = 2
+ pkgver = 1.3.0.r55.g101bca9c
+ pkgrel = 1
url = https://yasm.tortall.net/
arch = i686
arch = x86_64
@@ -10,11 +10,10 @@ pkgbase = yasm-git
makedepends = cmake
makedepends = python
depends = glibc
- provides = yasm
+ provides = yasm=1.3.0.r55.g101bca9c
conflicts = yasm
options = staticlibs
source = git+https://github.com/yasm/yasm.git
sha256sums = SKIP
pkgname = yasm-git
-
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")