diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-09-06 08:49:15 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-09-06 08:52:36 -0400 |
commit | 8f5d59a4e1ad0494748ad4d1a8a40bd696c9ed9e (patch) | |
tree | 045329c754487262c2b24c0655f9c09339e5e07b | |
parent | 0fe35b1a767e9775053434fe85e587319ddf9094 (diff) | |
download | abslibre-8f5d59a4e1ad0494748ad4d1a8a40bd696c9ed9e.tar.gz abslibre-8f5d59a4e1ad0494748ad4d1a8a40bd696c9ed9e.tar.bz2 abslibre-8f5d59a4e1ad0494748ad4d1a8a40bd696c9ed9e.zip |
[libretools]: upgrade to v20190906 (TODO: unpublished)
-rw-r--r-- | libre/libretools/0001-libremakepkg-rw-startdir.patch (renamed from libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch) | 0 | ||||
-rw-r--r-- | libre/libretools/PKGBUILD | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch b/libre/libretools/0001-libremakepkg-rw-startdir.patch index 75b2d6f4f..75b2d6f4f 100644 --- a/libre/libretools/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch +++ b/libre/libretools/0001-libremakepkg-rw-startdir.patch diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index c90437957..93713c2b8 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,15 +9,15 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20181004 +pkgver=20190906 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} - 0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch) + 0001-libremakepkg-rw-startdir.patch) sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' 'SKIP' '19ed0fd21c9c789dd336b63b22094c45363b6ac5d7d1ab0eecd852d7f00d1883') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -pkgrel=5 +pkgrel=1 arch=('any') makedepends=(ruby-ronn) checkdepends=( @@ -31,7 +31,7 @@ checkdepends=( prepare() { cd "$srcdir/$pkgbase-$pkgver" - patch -N -p1 -i $srcdir/0001-libremakepkg-fix-building-packages-requring-a-rw-sta.patch + patch -N -p1 -i $srcdir/0001-libremakepkg-rw-startdir.patch } build() { |