summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgerwk2021-04-21 13:21:27 +0200
committersgerwk2021-04-21 13:21:27 +0200
commite151e31e4133ed414c48f2379e937f052065199c (patch)
tree1cf89e9f27b9d31b08e7a3c6be953f3878610c61
parentc92f84ab0889bc742e275abaa4fc8efa1b5e0ccb (diff)
downloadaur-e151e31e4133ed414c48f2379e937f052065199c.tar.gz
git version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbbf793789db..254f65bed58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libllfat
pkgdesc = library for low-level access to a FAT12/16/32 filesystem
- pkgver = 0.1.8
+ pkgver = git
pkgrel = 1
url = http://github.com/sgerwk/libllfat
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libllfat
makedepends = gcc
makedepends = make
depends = glibc
- source = git+https://github.com/sgerwk/libllfat#tag=v0.1.8
+ source = git+https://github.com/sgerwk/libllfat
sha256sums = SKIP
pkgname = libllfat
diff --git a/PKGBUILD b/PKGBUILD
index 347182208796..443deca4b3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# package script file for archlinux
# makepkg -p THISFILE
pkgname=libllfat
-pkgver=0.1.8
+pkgver=git
pkgrel=1
pkgdesc="library for low-level access to a FAT12/16/32 filesystem"
license=(GPL3)
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686')
depends=(glibc)
makedepends=('gcc' 'make')
url="http://github.com/sgerwk/libllfat"
-source=(git+https://github.com/sgerwk/libllfat#tag=v$pkgver)
+source=(git+https://github.com/sgerwk/libllfat)
sha256sums=('SKIP')
build() {