mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add support for architecture-specific fields
This adds support for architecture-specific dependencies and relations. Support for this has recently been added to makepkg, see commit 2b556d8 (PKGBUILD: handle arch specific attributes, 2014-07-25) in the pacman repository for details. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
2b29fa4bb0
commit
4d7da95906
5 changed files with 114 additions and 37 deletions
6
upgrading/3.5.0.txt
Normal file
6
upgrading/3.5.0.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
1. Add support for architecture-specific dependencies to the database:
|
||||
|
||||
----
|
||||
ALTER TABLE PackageDepends ADD COLUMN DepArch VARCHAR(255) NULL DEFAULT NULL;
|
||||
ALTER TABLE PackageRelations ADD COLUMN RelArch VARCHAR(255) NULL DEFAULT NULL;
|
||||
----
|
Loading…
Add table
Add a link
Reference in a new issue