summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalló György2023-12-18 08:17:19 +0100
committerBalló György2023-12-18 08:17:19 +0100
commit173ee2f11e142431e6a2d8adf569bcb8d8f2d68f (patch)
treea12ee12a8ce1f59059e76ec1da0d9c6de86fab43
parentc17180c0eef2fe6fc21d55ee86096a1ad86682ac (diff)
downloadaur-173ee2f11e142431e6a2d8adf569bcb8d8f2d68f.tar.gz
Add back default config, update upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e6b71c8c8f..20a599cdff53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = p910nd
pkgdesc = A small printer daemon intended for diskless workstations that passes jobs directly to the printer
pkgver = 0.97
pkgrel = 1
- url = http://p910nd.sourceforge.net
+ url = https://github.com/kenyapcomau/p910nd/
arch = i686
arch = x86_64
arch = armv5
diff --git a/PKGBUILD b/PKGBUILD
index 96b0308655c6..9e1318380a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.97
pkgrel=1
pkgdesc="A small printer daemon intended for diskless workstations that passes jobs directly to the printer"
arch=('i686' 'x86_64' 'armv5' 'armv5h' 'armv6' 'armv6h' 'armv7' 'armv7h')
-url="http://p910nd.sourceforge.net"
+url="https://github.com/kenyapcomau/p910nd/"
license=('GPL2')
depends=('glibc')
backup=('etc/conf.d/p910nd')
@@ -29,6 +29,7 @@ build() {
sed -i 's|var/run|run|' Makefile $pkgname.*
sed -i 's|$(INSTALL) $(INITSCRIPT) $(DESTDIR)$(SCRIPTDIR)/$(PROG)||' Makefile
sed -i 's| $(CFLAGS)| $(CFLAGS) $(LDFLAGS)|' Makefile
+ sed -i 's|P910ND_OPTS=""|P910ND_OPTS="-f /dev/usb/lp0"|' $pkgname.conf
make
}