summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4950f9b231e7..25ce5b2a3486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = con2fbmap
pkgdesc = Shows and sets mapping between consoles and framebuffer devices
pkgver = 2.1.0
- pkgrel = 50
+ pkgrel = 51
url = https://www.debian.org/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8d55fa3d2678..93d27b263b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=con2fbmap
pkgver=2.1.0
-pkgrel=50
+pkgrel=51
pkgdesc='Shows and sets mapping between consoles and framebuffer devices'
url='https://www.debian.org/'
license=('GPL')
@@ -12,7 +12,7 @@ sha512sums=('ea96e699e08d15fec4106434edf6f360e78e531dbbd81507bca8f2b31ec39fd12ba
prepare() {
cd "${srcdir}"
- patch -N --silent -p0 -i debian/patches/03_con2fbmap.patch &2>/dev/null
+ patch -N --silent -i debian/patches/03_con2fbmap.patch &2>/dev/null
}
build() {