summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:24:31 +0800
committerChocobo12023-04-13 17:24:31 +0800
commit11d65ce1beed152de4edbf7095c8d4615c014df6 (patch)
tree41c145c81538e191335528e518d4644b515b0e21
parentb21004f42ba19d11eef5c08a018700894a2fe151 (diff)
downloadaur-11d65ce1beed152de4edbf7095c8d4615c014df6.tar.gz
upgpkg: yasm-git 1.3.0.r55.g101bca9c-1
-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")