diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate
index bc0b7015..d38583b9 100755
--- a/tupkg/update/tupkgupdate
+++ b/tupkg/update/tupkgupdate
@@ -83,8 +83,7 @@ class PackageDatabase:
"FSPath = '" + MySQLdb.escape_string(
os.path.join(repo_dir, os.path.basename(package.new.file))) + "', " +
"Description = '" + MySQLdb.escape_string(str(package.desc)) + "', " +
- "URL = '" + MySQLdb.escape_string(str(package.url)) + "', " +
- "LocationID = " + str(locationId) + " " +
+ "URL = '" + MySQLdb.escape_string(str(package.url)) + "' " +
"WHERE ID = " + str(id))
self.insertNewInfo(package, id, locationId)
# we must lastly check to see if this is a move of a package from
diff --git a/web/html/user_docs.html b/web/html/user_docs.html
index d1a47ce5..e11fa395 100644
--- a/web/html/user_docs.html
+++ b/web/html/user_docs.html
@@ -39,7 +39,7 @@ a TU thinks a package is interesting or has received enough votes,
the TU may choose to adopt the package. The TU builds the package,
performs some rudimentary testing, and adds it
to the community repository, where it can be accessed by any user subscribing
-to the AUR repository by running pacman -S. From that point on, the TU
+to the community repository by running pacman -S. From that point on, the TU
will maintain the
package in the community repository, and all updates for the package must go
through a TU.
@@ -64,12 +64,12 @@ lost.
Flyspray is incredibly easy to use. Take a moment to create an account
as soon as you can.
-
[community]
- Server = ftp://ftp.archlinux.org/community
pacman -S tupkg
to download the TU package
@@ -143,7 +143,7 @@ aur.archlinux.org --user <userid> --password <password>
<packagefile.pkg.tar.gz>