libredwg

MEDIUM
maintainer orkut 5 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: infeeeee <infeeeee at aaathats3as dot com>
2# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
4
5## GPG keys are available on Ubuntu keyserver
6## gpg --keyserver keyserver.ubuntu.com --recv-keys <KEY>
7
8pkgname=libredwg
9pkgver=0.13.3
10pkgrel=1
11pkgdesc="A free C library to handle DWG files"
12arch=('x86_64')
13url="https://gnu.org/software/libredwg/"
14license=('GPL3')
15depends=('python' 'pcre2' 'perl' 'swig')
16provides=('python-libredwg')
17source=("$pkgname-$pkgver.tar.gz::https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
18 "$pkgname-$pkgver.tar.gz.sig::https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
19sha256sums=('6fe6c273ecbb04d4a7646e1636ede4815b51f98f974cece649dab341d24feda2'
20 'SKIP')
21validpgpkeys=('2895A881D34270FABFE8F747B4F63339E65D6414') ## Reini Urban
22
23build() {
24 cd "$pkgname-$pkgver"
25 ./configure --prefix=/usr
26 make
27}
28
29check() {
30 cd "$pkgname-$pkgver"
31 make check
32}
33
34package() {
35 cd "$pkgname-$pkgver"
36 make DESTDIR="$pkgdir/" install
37}
38
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion