diff options
-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() { |